Oops, pass needed args
svn path=/nixpkgs/trunk/; revision=22542
This commit is contained in:
parent
522d4f9d85
commit
765e4ee981
|
@ -2339,10 +2339,15 @@ let
|
||||||
|
|
||||||
gcl = builderDefsPackage ../development/compilers/gcl {
|
gcl = builderDefsPackage ../development/compilers/gcl {
|
||||||
inherit mpfr m4 binutils fetchcvs emacs zlib which
|
inherit mpfr m4 binutils fetchcvs emacs zlib which
|
||||||
gmp;
|
gmp texinfo;
|
||||||
inherit (xlibs) libX11 xproto inputproto libXi
|
inherit (xlibs) libX11 xproto inputproto libXi
|
||||||
libXext xextproto libXt libXaw libXmu;
|
libXext xextproto libXt libXaw libXmu;
|
||||||
inherit stdenv;
|
inherit stdenv;
|
||||||
|
texLive = texLiveAggregationFun {
|
||||||
|
paths = [
|
||||||
|
texLive texLiveExtra
|
||||||
|
];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# GHC
|
# GHC
|
||||||
|
|
Loading…
Reference in New Issue