gawk: __structuredAttrs & enableParallelBuilding

`nix store make-content-addressed` gives the same output
before and after this change.
This commit is contained in:
SandaruKasa
2026-06-15 02:34:05 +03:00
parent 106695500c
commit d588d92eef

View File

@@ -49,7 +49,9 @@ stdenv.mkDerivation (finalAttrs: {
]
++ lib.optional (!interactive) "man";
__structuredAttrs = true;
strictDeps = true;
enableParallelBuilding = true;
# no-pma fix
nativeBuildInputs = [