better names for involved nix store paths

This commit is contained in:
Peter Kling 2024-08-01 16:02:42 +02:00
parent 3399a77584
commit e6e55fbe78

View File

@ -31,9 +31,9 @@ let
inherit version;
src = builtins.path {
name = "${pname}-source";
name = "${pname}-wrapper-lib-source";
path = ./.;
filter = (path: type: baseNameOf path == wrapperLibSource);
filter = path: type: baseNameOf path == wrapperLibSource;
};
postPatch = ''