replace name with pname/version

This commit is contained in:
xenofem 2024-06-29 15:42:33 -04:00
parent 8f14ea5d50
commit b866fdbb38

View file

@ -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 = ''