about summary refs log tree commit diff
path: root/pkgs/tools/security/john
diff options
context:
space:
mode:
authorHubert Jasudowicz <hubert.jasudowicz@gmail.com>2022-02-04 12:02:50 +0100
committerHubert Jasudowicz <hubert.jasudowicz@gmail.com>2022-02-04 12:02:50 +0100
commit8aacc4ef98ab1206f5c9e17b0200a8b68467cb62 (patch)
treeae2e910671949b009fbed00395cdc72f09f35a87 /pkgs/tools/security/john
parentdc794522a5f426c99f1cfee4fea6cdd54385b274 (diff)
john: Add CompressRawLzma to dependencies
7z2john.pl fails with error: "Can't locate Compress/Raw/Lzma.pm ...".
Add the CompressRawLzma package to dependencies to fix this issue.
Diffstat (limited to 'pkgs/tools/security/john')
-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