buildMozillaMach: remove wrapGAppsHook3 from darwin deps (#455892)
This commit is contained in:
@@ -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 [
|
||||
|
||||
Reference in New Issue
Block a user