Commit e634b9ec authored by Ihar Hrachyshka's avatar Ihar Hrachyshka
Browse files

buildMozillaMach: remove wrapGAppsHook3 from darwin deps

The wrapper is used on platforms other than darwin.
parent b156b614
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -362,9 +362,11 @@ buildStdenv.mkDerivation {
    rustc
    unzip
    which
  ]
  ++ lib.optionals (!stdenv.hostPlatform.isDarwin) [
    pkg-config
    wrapGAppsHook3
  ]
  ++ lib.optionals (!stdenv.hostPlatform.isDarwin) [ pkg-config ]
  ++ lib.optionals stdenv.hostPlatform.isDarwin [ rsync ]
  ++ lib.optionals stdenv.hostPlatform.isx86 [ nasm ]
  ++ lib.optionals crashreporterSupport [