Unverified Commit 129ee136 authored by Ashish SHUKLA's avatar Ashish SHUKLA
Browse files
parent 192e7407
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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
+6 −1
Original line number Diff line number Diff line
@@ -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;