forked from mirrors/nixpkgs
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 {
|
||||
inherit mpfr m4 binutils fetchcvs emacs zlib which
|
||||
gmp;
|
||||
gmp texinfo;
|
||||
inherit (xlibs) libX11 xproto inputproto libXi
|
||||
libXext xextproto libXt libXaw libXmu;
|
||||
inherit stdenv;
|
||||
texLive = texLiveAggregationFun {
|
||||
paths = [
|
||||
texLive texLiveExtra
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
# GHC
|
||||
|
|
Loading…
Reference in a new issue