emacsPackages.org: use new texlive infrastructure
This commit is contained in:
parent
3769692a38
commit
9948d44b40
@ -1,5 +1,4 @@
|
|||||||
{ fetchurl, stdenv, emacs, texinfo, which, texLive, texLiveCMSuper
|
{ fetchurl, stdenv, emacs, texinfo, which, texlive }:
|
||||||
, texLiveAggregationFun }:
|
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "org-8.3.2";
|
name = "org-8.3.2";
|
||||||
@ -10,7 +9,9 @@ stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ emacs ];
|
buildInputs = [ emacs ];
|
||||||
nativeBuildInputs = [ (texLiveAggregationFun { paths=[ texinfo texLive texLiveCMSuper ]; }) ];
|
nativeBuildInputs = [ (texlive.combine {
|
||||||
|
inherit (texlive) scheme-small cm-super;
|
||||||
|
}) texinfo ];
|
||||||
|
|
||||||
configurePhase =
|
configurePhase =
|
||||||
'' sed -i mk/default.mk \
|
'' sed -i mk/default.mk \
|
||||||
|
Loading…
Reference in New Issue
Block a user