zoom-us: change wrapper name to fix IPC

This commit is contained in:
Thomas Nixon 2022-05-16 18:32:31 +01:00
parent 215155b440
commit fa585a07f6

View File

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