Try using latest CLisp for SBCL in case SBCL fixed compatibility issues
svn path=/nixpkgs/trunk/; revision=18184
This commit is contained in:
parent
b50051494c
commit
2e99554064
@ -1939,7 +1939,9 @@ let
|
|||||||
});
|
});
|
||||||
|
|
||||||
gcl = builderDefsPackage ../development/compilers/gcl {
|
gcl = builderDefsPackage ../development/compilers/gcl {
|
||||||
inherit gmp mpfr m4 binutils ;
|
inherit mpfr m4 binutils fetchcvs emacs;
|
||||||
|
inherit (xlibs) libX11 xproto inputproto libXi
|
||||||
|
libXext xextproto libXt libXaw libXmu;
|
||||||
};
|
};
|
||||||
|
|
||||||
# GHC
|
# GHC
|
||||||
@ -2200,7 +2202,7 @@ let
|
|||||||
|
|
||||||
sbcl = builderDefsPackage (import ../development/compilers/sbcl) {
|
sbcl = builderDefsPackage (import ../development/compilers/sbcl) {
|
||||||
inherit makeWrapper;
|
inherit makeWrapper;
|
||||||
clisp = clisp_2_44_1;
|
clisp = clisp;
|
||||||
};
|
};
|
||||||
|
|
||||||
scala = import ../development/compilers/scala {
|
scala = import ../development/compilers/scala {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user