Merge pull request #265023 from trofi/postfix-build-in-parallel
postfix: enable parallel builds
This commit is contained in:
commit
8b855b2b4b
@ -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" ];
|
||||
|
Loading…
Reference in New Issue
Block a user