Loading pkgs/development/compilers/sbcl/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -19,12 +19,12 @@ let versionMap = { "2.4.2" = { sha256 = "sha256-/APLUtEqr+h1nmMoRQogG73fibFwcaToPznoC0Pd7w8="; }; "2.4.3" = { sha256 = "sha256-icmq35K4KtPHSj1PFYoDiJPeoOTzlNyvyWNYPDC3w/I="; }; "2.4.4" = { sha256 = "sha256-ipMmJ7Px2OlhjxzcIl7csAJFaARpfiyH0UBoN2ShBtU="; }; }; # Collection of pre-built SBCL binaries for platforms that need them for # bootstrapping. Ideally these are to be avoided. If ECL (or any other Loading pkgs/top-level/all-packages.nix +5 −5 Original line number Diff line number Diff line Loading @@ -25432,17 +25432,17 @@ with pkgs; }; # Steel Bank Common Lisp sbcl_2_4_2 = wrapLisp { pkg = callPackage ../development/compilers/sbcl { version = "2.4.2"; }; sbcl_2_4_3 = wrapLisp { pkg = callPackage ../development/compilers/sbcl { version = "2.4.3"; }; faslExt = "fasl"; flags = [ "--dynamic-space-size" "3000" ]; }; sbcl_2_4_3 = wrapLisp { pkg = callPackage ../development/compilers/sbcl { version = "2.4.3"; }; sbcl_2_4_4 = wrapLisp { pkg = callPackage ../development/compilers/sbcl { version = "2.4.4"; }; faslExt = "fasl"; flags = [ "--dynamic-space-size" "3000" ]; }; sbcl = sbcl_2_4_3; sbcl = sbcl_2_4_4; sbclPackages = recurseIntoAttrs sbcl.pkgs; Loading
pkgs/development/compilers/sbcl/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -19,12 +19,12 @@ let versionMap = { "2.4.2" = { sha256 = "sha256-/APLUtEqr+h1nmMoRQogG73fibFwcaToPznoC0Pd7w8="; }; "2.4.3" = { sha256 = "sha256-icmq35K4KtPHSj1PFYoDiJPeoOTzlNyvyWNYPDC3w/I="; }; "2.4.4" = { sha256 = "sha256-ipMmJ7Px2OlhjxzcIl7csAJFaARpfiyH0UBoN2ShBtU="; }; }; # Collection of pre-built SBCL binaries for platforms that need them for # bootstrapping. Ideally these are to be avoided. If ECL (or any other Loading
pkgs/top-level/all-packages.nix +5 −5 Original line number Diff line number Diff line Loading @@ -25432,17 +25432,17 @@ with pkgs; }; # Steel Bank Common Lisp sbcl_2_4_2 = wrapLisp { pkg = callPackage ../development/compilers/sbcl { version = "2.4.2"; }; sbcl_2_4_3 = wrapLisp { pkg = callPackage ../development/compilers/sbcl { version = "2.4.3"; }; faslExt = "fasl"; flags = [ "--dynamic-space-size" "3000" ]; }; sbcl_2_4_3 = wrapLisp { pkg = callPackage ../development/compilers/sbcl { version = "2.4.3"; }; sbcl_2_4_4 = wrapLisp { pkg = callPackage ../development/compilers/sbcl { version = "2.4.4"; }; faslExt = "fasl"; flags = [ "--dynamic-space-size" "3000" ]; }; sbcl = sbcl_2_4_3; sbcl = sbcl_2_4_4; sbclPackages = recurseIntoAttrs sbcl.pkgs;