1
0
Fork 0

Fix zoom binary

This commit is contained in:
Malte Brandy 2021-07-29 14:56:33 +02:00
parent e9e820e378
commit d86806c7fb
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -4,6 +4,7 @@
zoom = pkgs.zoom-us.overrideAttrs (old: {
postFixup = old.postFixup + ''
wrapProgram $out/bin/zoom-us --unset XDG_SESSION_TYPE
wrapProgram $out/bin/zoom --unset XDG_SESSION_TYPE
'';
});