mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
buildMozillaMach: enable structuredAttrs and strictDeps
(cherry picked from commit 1eadb818dd)
This commit is contained in:
committed by
github-actions[bot]
parent
8583666c77
commit
5f5ba51711
@@ -303,6 +303,9 @@ buildStdenv.mkDerivation {
|
||||
|
||||
inherit src unpackPhase;
|
||||
|
||||
__structuredAttrs = true;
|
||||
strictDeps = true;
|
||||
|
||||
meta =
|
||||
meta
|
||||
// lib.optionalAttrs stdenv.hostPlatform.isDarwin {
|
||||
|
||||
Reference in New Issue
Block a user