forked from mirrors/nixpkgs
john: use systemd wide config, and not from store
This commit is contained in:
parent
5dac2ec412
commit
3ceb789c36
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ stdenv.mkDerivation rec {
|
||||||
name = "JohnTheRipper-${version}";
|
name = "JohnTheRipper-${version}";
|
||||||
version = "8a3e3c1d";
|
version = "8a3e3c1d";
|
||||||
buildInputs = [ openssl nss nspr krb5 gmp zlib libpcap re2 ];
|
buildInputs = [ openssl nss nspr krb5 gmp zlib libpcap re2 ];
|
||||||
|
NIX_CFLAGS_COMPILE = "-DJOHN_SYSTEMWIDE=1";
|
||||||
preConfigure = ''cd src'';
|
preConfigure = ''cd src'';
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
ensureDir $out/share/john/
|
ensureDir $out/share/john/
|
||||||
|
|
Loading…
Add table
Reference in a new issue