Unverified Commit d0248d42 authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

buildMozillaMach: remove wrapGAppsHook3 from darwin deps (#455892)

parents 7056c174 e634b9ec
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -374,9 +374,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 [