lisp-modules: fix double prefix in wrapper pnames

sbcl-sbcl-with-packages -> sbcl-with-packages
This commit is contained in:
Kasper Gałkowski
2024-06-06 15:54:43 +02:00
parent 31f4099101
commit fc43ded6ef
+2 -2
View File
@@ -274,8 +274,8 @@ let
inherit (first) pkg program flags faslExt asdf;
# See dontUnpack in build-asdf-system
src = null;
pname = first.pkg.pname;
version = "with-packages";
pname = "with";
version = "packages";
lispLibs = packages clpkgs;
systems = [];
}).overrideAttrs(o: {