mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
sbcl: 2.4.7 -> 2.4.8
Changes: https://sourceforge.net/p/sbcl/mailman/message/58811388/
This commit is contained in:
parent
192e7407cc
commit
129ee13619
@ -16,6 +16,9 @@ let
|
||||
"2.4.7" = {
|
||||
sha256 = "sha256-aFRNJQNjWs0BXVNMzJsq6faJltQptakGP9Iv8JJQEdI=";
|
||||
};
|
||||
"2.4.8" = {
|
||||
sha256 = "sha256-/G7NzFOOgKFKmY1TDMw4SkF5D09Pxs1//oyxJqZ3aUw=";
|
||||
};
|
||||
};
|
||||
# Collection of pre-built SBCL binaries for platforms that need them for
|
||||
# bootstrapping. Ideally these are to be avoided. If ECL (or any other
|
||||
|
@ -24579,7 +24579,12 @@ with pkgs;
|
||||
faslExt = "fasl";
|
||||
flags = [ "--dynamic-space-size" "3000" ];
|
||||
};
|
||||
sbcl = sbcl_2_4_7;
|
||||
sbcl_2_4_8 = wrapLisp {
|
||||
pkg = callPackage ../development/compilers/sbcl { version = "2.4.8"; };
|
||||
faslExt = "fasl";
|
||||
flags = [ "--dynamic-space-size" "3000" ];
|
||||
};
|
||||
sbcl = sbcl_2_4_8;
|
||||
|
||||
sbclPackages = recurseIntoAttrs sbcl.pkgs;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user