Unverified Commit dab3a6e7 authored by Philip Taron's avatar Philip Taron Committed by GitHub
Browse files

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

parents 000a8f13 1b1cb045
Loading
Loading
Loading
Loading
+3 −6
Original line number Diff line number Diff line
@@ -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";