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

authored by philiptaron.tngl.sh and committed by

GitHub dab3a6e7 000a8f13

+3 -6
+3 -6
pkgs/by-name/zo/zoom-us/package.nix
··· 152 license = lib.licenses.unfree; 153 platforms = builtins.attrNames srcs; 154 maintainers = with lib.maintainers; [ 155 - danbst 156 - tadfisher 157 ]; 158 mainProgram = "zoom"; 159 }; ··· 245 version = versions.${system} or throwSystem; 246 247 targetPkgs = pkgs: (linuxGetDependencies pkgs) ++ [ unpacked ]; 248 - extraPreBwrapCmds = '' 249 - unset QT_PLUGIN_PATH 250 - unset LANG # would break settings dialog on non-"en_XX" locales 251 - ''; 252 extraBwrapArgs = [ "--ro-bind ${unpacked}/opt /opt" ]; 253 runScript = "/opt/zoom/ZoomLauncher"; 254
··· 152 license = lib.licenses.unfree; 153 platforms = builtins.attrNames srcs; 154 maintainers = with lib.maintainers; [ 155 + philiptaron 156 + ryan4yin 157 + yarny 158 ]; 159 mainProgram = "zoom"; 160 }; ··· 246 version = versions.${system} or throwSystem; 247 248 targetPkgs = pkgs: (linuxGetDependencies pkgs) ++ [ unpacked ]; 249 extraBwrapArgs = [ "--ro-bind ${unpacked}/opt /opt" ]; 250 runScript = "/opt/zoom/ZoomLauncher"; 251