mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 22:03:54 +03:00
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 {
|
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…
Reference in New Issue
Block a user