Unverified Commit 2177c0bc authored by rczb's avatar rczb
Browse files

shen-sbcl: 39.2 -> 40

parent f4606b01
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -7,11 +7,11 @@
}:
stdenvNoCC.mkDerivation (finalAttrs: {
  pname = "shen-sbcl";
  version = "39.2";
  version = "40";

  src = fetchzip {
    url = "https://www.shenlanguage.org/Download/S${finalAttrs.version}.zip";
    hash = "sha256-V6op0G4aEdKifP6L0ho6cy1FPNax+0aE5ltWxT7Xniw=";
    hash = "sha256-Ldz4NV+1Hf7FCDis+oeDt8mNuMe37jpaBMJlQ1XQaa0=";
  };

  nativeBuildInputs = [ sbcl ];
@@ -40,7 +40,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {

    # remove interactive prompt during image creation
    substituteInPlace install.lsp \
      --replace-fail '(Y-OR-N-P "Load Shen Library? ")' '${
      --replace-fail '(Y-OR-N-P "Load Shen Standard Library? ")' '${
        if installStandardLibrary then "T" else "NIL"
      }'
  '';