lol

john: Disable building with -march=native.

It prevents john from running with older CPUs such as Core2Duo and gives
an illegal hardware instruction error on these CPUs.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>

aszlig cf4e2c42 e4caf0fd

+1
+1
pkgs/tools/security/john/default.nix
··· 16 16 NIX_CFLAGS_COMPILE = "-DJOHN_SYSTEMWIDE=1"; 17 17 18 18 preConfigure = "cd src"; 19 + configureFlags = [ "--disable-native-macro" ]; 19 20 20 21 installPhase = '' 21 22 mkdir -p "$out/share/john"