Merge pull request #2938 from pSub/org-mode
Org-mode 8.2.7 depends on texlive-cm-super.
This commit is contained in:
commit
4643126d10
@ -1,4 +1,5 @@
|
|||||||
{ fetchurl, stdenv, emacs, texinfo, which, texLive }:
|
{ fetchurl, stdenv, emacs, texinfo, which, texLive, texLiveCMSuper
|
||||||
|
, texLiveAggregationFun }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "org-8.2.7";
|
name = "org-8.2.7";
|
||||||
@ -9,7 +10,7 @@ stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ emacs ];
|
buildInputs = [ emacs ];
|
||||||
nativeBuildInputs = [ texinfo texLive ];
|
nativeBuildInputs = [ (texLiveAggregationFun { paths=[ texinfo texLive texLiveCMSuper ]; }) ];
|
||||||
|
|
||||||
configurePhase =
|
configurePhase =
|
||||||
'' sed -i mk/default.mk \
|
'' sed -i mk/default.mk \
|
||||||
|
Loading…
Reference in New Issue
Block a user