mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-16 07:08:14 +00:00
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:
parent
dc794522a5
commit
8aacc4ef98
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user