postfix: enable parallel builds

On my 16-core machine the build times change as:

- Before: 40s
- After: 14s
This commit is contained in:
Sergei Trofimovich
2023-11-02 13:50:52 +00:00
parent 60ffc2aa71
commit 80e941f28c
+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" ];