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