pcre2: __structuredAttrs, strictDeps, 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:36:52 +03:00 committed by Vladimír Čunát
commit 5985f54958
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -17,6 +17,10 @@ stdenv.mkDerivation (finalAttrs: {
hash = "sha256-R/6MmUYSUNQviebo/a66naBXhV0G63/AjZygP9CNe8c=";
};
__structuredAttrs = true;
strictDeps = true;
enableParallelBuilding = true;
nativeBuildInputs = [ updateAutotoolsGnuConfigScriptsHook ];
configureFlags = [