replace name with pname/version
This commit is contained in:
parent
8f14ea5d50
commit
b866fdbb38
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
|||
} // buildDeps);
|
||||
|
||||
packages.x86_64-linux.${pname} = pkgs.symlinkJoin {
|
||||
name = "${pname}-${version}";
|
||||
inherit pname version;
|
||||
paths = [ packages.x86_64-linux."${pname}-unwrapped" ];
|
||||
buildInputs = [ pkgs.makeWrapper ];
|
||||
postBuild = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue