symlinkJoin does specifically want a name though :/
This commit is contained in:
parent
b866fdbb38
commit
85ddc69cfd
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@
|
|||
|
||||
packages.x86_64-linux.${pname} = pkgs.symlinkJoin {
|
||||
inherit pname version;
|
||||
name = "${pname}-${version}";
|
||||
paths = [ packages.x86_64-linux."${pname}-unwrapped" ];
|
||||
buildInputs = [ pkgs.makeWrapper ];
|
||||
postBuild = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue