Merge pull request #265023 from trofi/postfix-build-in-parallel

postfix: enable parallel builds

authored by Maximilian Bosch and committed by GitHub 8b855b2b 275ec943

+2
+2
pkgs/servers/mail/postfix/default.nix
··· 84 make makefiles CCARGS='${ccargs}' AUXLIBS='${auxlibs}' 85 ''; 86 87 NIX_LDFLAGS = lib.optionalString withLDAP "-llber"; 88 89 installTargets = [ "non-interactive-package" ];
··· 84 make makefiles CCARGS='${ccargs}' AUXLIBS='${auxlibs}' 85 ''; 86 87 + enableParallelBuilding = true; 88 + 89 NIX_LDFLAGS = lib.optionalString withLDAP "-llber"; 90 91 installTargets = [ "non-interactive-package" ];