From 37429a2c74a4dfb141e497a62e608f0dd00a0cb5 Mon Sep 17 00:00:00 2001 From: aszlig Date: Tue, 13 Oct 2015 04:39:48 +0200 Subject: 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 --- pkgs/tools/security/john/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'pkgs/tools/security/john') diff --git a/pkgs/tools/security/john/default.nix b/pkgs/tools/security/john/default.nix index 90ef375b79b69..24a6782c20657 100644 --- a/pkgs/tools/security/john/default.nix +++ b/pkgs/tools/security/john/default.nix @@ -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" ]; -- cgit 1.4.1