mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
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}";
|
||||
version = "8a3e3c1d";
|
||||
buildInputs = [ openssl nss nspr krb5 gmp zlib libpcap re2 ];
|
||||
NIX_CFLAGS_COMPILE = "-DJOHN_SYSTEMWIDE=1";
|
||||
preConfigure = ''cd src'';
|
||||
installPhase = ''
|
||||
ensureDir $out/share/john/
|
||||
|
|
Loading…
Reference in a new issue