build: remove no-op wrapper argument
This commit is contained in:
parent
13976b91ea
commit
b8b4d8698c
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,7 @@
|
||||||
ln -s "${desktopItem}"/share/applications/* "$out/share/applications/"
|
ln -s "${desktopItem}"/share/applications/* "$out/share/applications/"
|
||||||
''
|
''
|
||||||
+ lib.optionalString pkgs.stdenv.hostPlatform.isLinux /* sh */ ''
|
+ lib.optionalString pkgs.stdenv.hostPlatform.isLinux /* sh */ ''
|
||||||
wrapProgram $out/bin/${name} --inherit-argv0 \
|
wrapProgram $out/bin/${name} \
|
||||||
--prefix PATH : ${lib.makeBinPath [ pkgs.zenity ]}
|
--prefix PATH : ${lib.makeBinPath [ pkgs.zenity ]}
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue