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.
This commit is contained in:
Hubert Jasudowicz 2022-02-04 12:02:50 +01:00
parent dc794522a5
commit 8aacc4ef98

View File

@ -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