GCL needs gmp4

svn path=/nixpkgs/trunk/; revision=33770
This commit is contained in:
Michael Raskin 2012-04-13 05:40:05 +00:00
parent d34679a9db
commit ef6bff049a

View file

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