_7zip-zstd: enable strictDeps and structuredAttrs (#508610)

This commit is contained in:
Peder Bergebakken Sundt
2026-04-10 19:22:47 +00:00
committed by GitHub
+4 -1
View File
@@ -69,6 +69,9 @@ stdenv.mkDerivation (finalAttrs: {
"MSYSTEM=1"
];
strictDeps = true;
__structuredAttrs = true;
enableParallelBuilding = true;
postPatch = ''
@@ -103,7 +106,7 @@ stdenv.mkDerivation (finalAttrs: {
runHook preBuild
for component in Bundles/{Alone,Alone2,Alone7z,Format7zF,SFXCon} UI/Console; do
make -j $NIX_BUILD_CORES -C CPP/7zip/$component -f ${makefile} $makeFlags
make -j $NIX_BUILD_CORES -C CPP/7zip/$component -f ${makefile} "''${makeFlags[@]}"
done
runHook postBuild