zoom-us: drop extraPreBwrapCmds, replace maintainers (#425420)

This commit is contained in:
Philip Taron 2025-07-15 09:15:05 -07:00 committed by GitHub
commit dab3a6e781
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -152,8 +152,9 @@ let
license = lib.licenses.unfree;
platforms = builtins.attrNames srcs;
maintainers = with lib.maintainers; [
danbst
tadfisher
philiptaron
ryan4yin
yarny
];
mainProgram = "zoom";
};
@ -245,10 +246,6 @@ let
version = versions.${system} or throwSystem;
targetPkgs = pkgs: (linuxGetDependencies pkgs) ++ [ unpacked ];
extraPreBwrapCmds = ''
unset QT_PLUGIN_PATH
unset LANG # would break settings dialog on non-"en_XX" locales
'';
extraBwrapArgs = [ "--ro-bind ${unpacked}/opt /opt" ];
runScript = "/opt/zoom/ZoomLauncher";