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:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user