mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
pcre2: __structuredAttrs, strictDeps, enableParallelBuilding
`nix store make-content-addressed` gives the same output before and after this change.
This commit is contained in:
parent
08c17b3d48
commit
5985f54958
1 changed files with 4 additions and 0 deletions
|
|
@ -17,6 +17,10 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
hash = "sha256-R/6MmUYSUNQviebo/a66naBXhV0G63/AjZygP9CNe8c=";
|
||||
};
|
||||
|
||||
__structuredAttrs = true;
|
||||
strictDeps = true;
|
||||
enableParallelBuilding = true;
|
||||
|
||||
nativeBuildInputs = [ updateAutotoolsGnuConfigScriptsHook ];
|
||||
|
||||
configureFlags = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue