buildMozillaMach: remove wrapGAppsHook3 from darwin deps (#455892)
This commit is contained in:
@@ -374,9 +374,11 @@ buildStdenv.mkDerivation {
|
|||||||
rustc
|
rustc
|
||||||
unzip
|
unzip
|
||||||
which
|
which
|
||||||
|
]
|
||||||
|
++ lib.optionals (!stdenv.hostPlatform.isDarwin) [
|
||||||
|
pkg-config
|
||||||
wrapGAppsHook3
|
wrapGAppsHook3
|
||||||
]
|
]
|
||||||
++ lib.optionals (!stdenv.hostPlatform.isDarwin) [ pkg-config ]
|
|
||||||
++ lib.optionals stdenv.hostPlatform.isDarwin [ rsync ]
|
++ lib.optionals stdenv.hostPlatform.isDarwin [ rsync ]
|
||||||
++ lib.optionals stdenv.hostPlatform.isx86 [ nasm ]
|
++ lib.optionals stdenv.hostPlatform.isx86 [ nasm ]
|
||||||
++ lib.optionals crashreporterSupport [
|
++ lib.optionals crashreporterSupport [
|
||||||
|
|||||||
Reference in New Issue
Block a user