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

postfix: enable parallel builds
This commit is contained in:
Maximilian Bosch
2023-11-03 19:01:04 +01:00
committed by GitHub
+2
View File
@@ -84,6 +84,8 @@ in stdenv.mkDerivation rec {
make makefiles CCARGS='${ccargs}' AUXLIBS='${auxlibs}'
'';
enableParallelBuilding = true;
NIX_LDFLAGS = lib.optionalString withLDAP "-llber";
installTargets = [ "non-interactive-package" ];