Merge pull request #317762 from Uthar/lisp-fix-repeated-prefix-in-wrappers

lisp-modules: fix double prefix in wrapper pnames
This commit is contained in:
7c6f434c
2024-06-06 16:47:16 +00:00
committed by GitHub
+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: {