Org-mode 8.2.7 depends on texlive-cm-super.
This commit is contained in:
parent
19110c9a53
commit
63ee29b808
|
@ -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