fix: executable path to wrap
This commit is contained in:
parent
0523c8e926
commit
f8ab334cd7
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@
|
|||
ln -s "${desktopItem}"/share/applications/* "$out/share/applications/"
|
||||
''
|
||||
+ lib.optionalString pkgs.stdenv.hostPlatform.isLinux /* sh */ ''
|
||||
wrapProgram $out/${name} --inherit-argv0 \
|
||||
wrapProgram $out/bin/${name} --inherit-argv0 \
|
||||
--prefix PATH : ${lib.makeBinPath [ pkgs.zenity ]}
|
||||
'';
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue