better names for involved nix store paths
This commit is contained in:
parent
3399a77584
commit
e6e55fbe78
@ -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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user