zoom-us: change wrapper name to fix IPC
This commit is contained in:
parent
215155b440
commit
fa585a07f6
1 changed files with 3 additions and 1 deletions
|
@ -153,7 +153,9 @@ stdenv.mkDerivation rec {
|
|||
done
|
||||
|
||||
# ZoomLauncher sets LD_LIBRARY_PATH before execing zoom
|
||||
wrapProgram $out/opt/zoom/zoom \
|
||||
# IPC breaks if the executable name does not end in 'zoom'
|
||||
mv $out/opt/zoom/zoom $out/opt/zoom/.zoom
|
||||
makeWrapper $out/opt/zoom/.zoom $out/opt/zoom/zoom \
|
||||
--prefix LD_LIBRARY_PATH ":" ${libs}
|
||||
|
||||
rm $out/bin/zoom
|
||||
|
|
Loading…
Reference in a new issue