forked from mirrors/nixpkgs
GCL needs gmp4
svn path=/nixpkgs/trunk/; revision=33770
This commit is contained in:
parent
d34679a9db
commit
ef6bff049a
|
@ -2148,7 +2148,8 @@ let
|
|||
|
||||
gcl = builderDefsPackage ../development/compilers/gcl {
|
||||
inherit mpfr m4 binutils fetchcvs emacs zlib which
|
||||
gmp texinfo;
|
||||
texinfo;
|
||||
gmp = gmp4;
|
||||
inherit (xlibs) libX11 xproto inputproto libXi
|
||||
libXext xextproto libXt libXaw libXmu;
|
||||
inherit stdenv;
|
||||
|
|
Loading…
Reference in a new issue