Loading pkgs/by-name/_7/_7zip-zstd/package.nix +4 −1 Original line number Diff line number Diff line Loading @@ -69,6 +69,9 @@ stdenv.mkDerivation (finalAttrs: { "MSYSTEM=1" ]; strictDeps = true; __structuredAttrs = true; enableParallelBuilding = true; postPatch = '' Loading Loading @@ -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 Loading Loading
pkgs/by-name/_7/_7zip-zstd/package.nix +4 −1 Original line number Diff line number Diff line Loading @@ -69,6 +69,9 @@ stdenv.mkDerivation (finalAttrs: { "MSYSTEM=1" ]; strictDeps = true; __structuredAttrs = true; enableParallelBuilding = true; postPatch = '' Loading Loading @@ -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 Loading