about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorRenaud <c0bw3b@users.noreply.github.com>2022-02-18 22:29:51 +0100
committerGitHub <noreply@github.com>2022-02-18 22:29:51 +0100
commit5cefa2723264ec2e5ca365214c381d9f1f91b91f (patch)
tree83c410969fe360584b703ac8d4c34fe5b9df70fa /pkgs
parenta632c843a7f38350b30b03909e364f98f34966c9 (diff)
parent8aacc4ef98ab1206f5c9e17b0200a8b68467cb62 (diff)
Merge pull request #158109 from chivay/john-fix
john: Add CompressRawLzma to dependencies
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/tools/security/john/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/security/john/default.nix b/pkgs/tools/security/john/default.nix
index e56e99909fffa..be6514630f56a 100644
--- a/pkgs/tools/security/john/default.nix
+++ b/pkgs/tools/security/john/default.nix
@@ -40,6 +40,7 @@ stdenv.mkDerivation rec {
   nativeBuildInputs = [ gcc python3Packages.wrapPython perl makeWrapper ];
   propagatedBuildInputs = (with python3Packages; [ dpkt scapy lxml ]) ++ # For pcap2john.py
                           (with perlPackages; [ DigestMD4 DigestSHA1 GetoptLong # For pass_gen.pl
+                                                CompressRawLzma # For 7z2john.pl
                                                 perlldap ]); # For sha-dump.pl
                           # TODO: Get dependencies for radius2john.pl and lion2john-alt.pl