lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

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 84 make makefiles CCARGS='${ccargs}' AUXLIBS='${auxlibs}' 85 85 ''; 86 86 87 + enableParallelBuilding = true; 88 + 87 89 NIX_LDFLAGS = lib.optionalString withLDAP "-llber"; 88 90 89 91 installTargets = [ "non-interactive-package" ];