mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
gn: enable strictDeps and __structuredAttrs
Signed-off-by: Marcin Serwin <marcin@serwin.dev>
This commit is contained in:
@@ -36,6 +36,9 @@ stdenv.mkDerivation {
|
||||
'';
|
||||
};
|
||||
|
||||
strictDeps = true;
|
||||
__structuredAttrs = true;
|
||||
|
||||
nativeBuildInputs = [
|
||||
ninja
|
||||
python3
|
||||
|
||||
Reference in New Issue
Block a user