Skip to content

Commit

Permalink
sbcl: move to /pkgs/by-name
Browse files Browse the repository at this point in the history
  • Loading branch information
hraban committed Jan 29, 2024
1 parent 160b762 commit 0a3dab4
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26036,12 +26036,12 @@ with pkgs;

# Steel Bank Common Lisp
sbcl_2_3_11 = wrapLisp {
pkg = callPackage ../development/compilers/sbcl/2.x.nix { version = "2.3.11"; };
pkg = callPackage ../by-name/sb/sbcl/package.nix { version = "2.3.11"; };
faslExt = "fasl";
flags = [ "--dynamic-space-size" "3000" ];
};
sbcl_2_4_0 = wrapLisp {
pkg = callPackage ../development/compilers/sbcl/2.x.nix { version = "2.4.0"; };
pkg = callPackage ../by-name/sb/sbcl/package.nix { version = "2.4.0"; };
faslExt = "fasl";
flags = [ "--dynamic-space-size" "3000" ];
};
Expand Down

0 comments on commit 0a3dab4

Please sign in to comment.