Oops, pass needed args

svn path=/nixpkgs/trunk/; revision=22542
This commit is contained in:
Michael Raskin 2010-07-09 04:24:31 +00:00
parent 522d4f9d85
commit 765e4ee981

View file

@ -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