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
1 changed files with 4 additions and 2 deletions
|
@ -1939,7 +1939,9 @@ let
|
|||
});
|
||||
|
||||
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
|
||||
|
@ -2200,7 +2202,7 @@ let
|
|||
|
||||
sbcl = builderDefsPackage (import ../development/compilers/sbcl) {
|
||||
inherit makeWrapper;
|
||||
clisp = clisp_2_44_1;
|
||||
clisp = clisp;
|
||||
};
|
||||
|
||||
scala = import ../development/compilers/scala {
|
||||
|
|
Loading…
Reference in a new issue