john: Enable parallel building by default.
I've built this a lot of times on different machines without getting compile errors, so I'd assume this to be safe. Of course, the compile time is very small in comparison to bigger packages but it's still an annoyance to wait for up to a few minutes, especially during development. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
parent
902bcf1422
commit
37429a2c74
|
@ -28,6 +28,7 @@ stdenv.mkDerivation rec {
|
|||
configureFlags = [ "--disable-native-macro" ];
|
||||
|
||||
buildInputs = [ openssl nss nspr kerberos gmp zlib libpcap re2 ];
|
||||
enableParallelBuilding = true;
|
||||
|
||||
NIX_CFLAGS_COMPILE = [ "-DJOHN_SYSTEMWIDE=1" ];
|
||||
|
||||
|
|
Loading…
Reference in New Issue