mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
zoom-us: fix virtual backgrounds
This commit is contained in:
parent
e2e40d7098
commit
d7f61154c3
@ -150,7 +150,7 @@ stdenv.mkDerivation rec {
|
||||
substituteInPlace $out/share/applications/Zoom.desktop \
|
||||
--replace "Exec=/usr/bin/zoom" "Exec=$out/bin/zoom"
|
||||
|
||||
for i in zopen zoom ZoomLauncher; do
|
||||
for i in aomhost zopen zoom ZoomLauncher; do
|
||||
patchelf --set-interpreter "$(cat $NIX_CC/nix-support/dynamic-linker)" $out/opt/zoom/$i
|
||||
done
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user