symlinkJoin does specifically want a name though :/

This commit is contained in:
xenofem 2024-06-29 15:45:45 -04:00
parent b866fdbb38
commit 85ddc69cfd

View file

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