mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-26 02:05:02 +00:00
gawk: __structuredAttrs & enableParallelBuilding
`nix store make-content-addressed` gives the same output before and after this change.
This commit is contained in:
@@ -49,7 +49,9 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
]
|
||||
++ lib.optional (!interactive) "man";
|
||||
|
||||
__structuredAttrs = true;
|
||||
strictDeps = true;
|
||||
enableParallelBuilding = true;
|
||||
|
||||
# no-pma fix
|
||||
nativeBuildInputs = [
|
||||
|
||||
Reference in New Issue
Block a user