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
commit 8b855b2b4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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" ];