mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-04 04:46:43 +00:00
sbcl: 2.3.10 -> 2.3.11
This commit is contained in:
parent
45827faa21
commit
250268554e
@ -18,12 +18,12 @@ let
|
|||||||
sha256 = "189gjqzdz10xh3ybiy4ch1r98bsmkcb4hpnrmggd4y2g5kqnyx4y";
|
sha256 = "189gjqzdz10xh3ybiy4ch1r98bsmkcb4hpnrmggd4y2g5kqnyx4y";
|
||||||
};
|
};
|
||||||
|
|
||||||
"2.3.9" = {
|
|
||||||
sha256 = "sha256-fSiakSMgIgKL8BKJAMMr8A5MVDDDLyivBZTIpZKphlQ=";
|
|
||||||
};
|
|
||||||
"2.3.10" = {
|
"2.3.10" = {
|
||||||
sha256 = "sha256-NYAzMV0H5MWmyDjufyLPxNSelISOtx7BOJ1JS8Mt0qs=";
|
sha256 = "sha256-NYAzMV0H5MWmyDjufyLPxNSelISOtx7BOJ1JS8Mt0qs=";
|
||||||
};
|
};
|
||||||
|
"2.3.11" = {
|
||||||
|
sha256 = "sha256-hL7rjXLIeJeEf8AoWtyz+k9IG9s5ECxPuat5aEGErSk=";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
# Collection of pre-built SBCL binaries for platforms that need them for
|
# Collection of pre-built SBCL binaries for platforms that need them for
|
||||||
# bootstrapping. Ideally these are to be avoided. If CLISP (or any other
|
# bootstrapping. Ideally these are to be avoided. If CLISP (or any other
|
||||||
|
@ -26046,17 +26046,17 @@ with pkgs;
|
|||||||
};
|
};
|
||||||
|
|
||||||
# Steel Bank Common Lisp
|
# Steel Bank Common Lisp
|
||||||
sbcl_2_3_9 = wrapLisp {
|
|
||||||
pkg = callPackage ../development/compilers/sbcl/2.x.nix { version = "2.3.9"; };
|
|
||||||
faslExt = "fasl";
|
|
||||||
flags = [ "--dynamic-space-size" "3000" ];
|
|
||||||
};
|
|
||||||
sbcl_2_3_10 = wrapLisp {
|
sbcl_2_3_10 = wrapLisp {
|
||||||
pkg = callPackage ../development/compilers/sbcl/2.x.nix { version = "2.3.10"; };
|
pkg = callPackage ../development/compilers/sbcl/2.x.nix { version = "2.3.10"; };
|
||||||
faslExt = "fasl";
|
faslExt = "fasl";
|
||||||
flags = [ "--dynamic-space-size" "3000" ];
|
flags = [ "--dynamic-space-size" "3000" ];
|
||||||
};
|
};
|
||||||
sbcl = sbcl_2_3_10;
|
sbcl_2_3_11 = wrapLisp {
|
||||||
|
pkg = callPackage ../development/compilers/sbcl/2.x.nix { version = "2.3.11"; };
|
||||||
|
faslExt = "fasl";
|
||||||
|
flags = [ "--dynamic-space-size" "3000" ];
|
||||||
|
};
|
||||||
|
sbcl = sbcl_2_3_11;
|
||||||
|
|
||||||
sbclPackages = recurseIntoAttrs sbcl.pkgs;
|
sbclPackages = recurseIntoAttrs sbcl.pkgs;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user