forked from mirrors/nixpkgs
GCL needs gmp4
svn path=/nixpkgs/trunk/; revision=33770
This commit is contained in:
parent
d34679a9db
commit
ef6bff049a
1 changed files with 2 additions and 1 deletions
|
@ -2148,7 +2148,8 @@ 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 texinfo;
|
texinfo;
|
||||||
|
gmp = gmp4;
|
||||||
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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue