From 8aacc4ef98ab1206f5c9e17b0200a8b68467cb62 Mon Sep 17 00:00:00 2001 From: Hubert Jasudowicz Date: Fri, 4 Feb 2022 12:02:50 +0100 Subject: [PATCH] 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. --- pkgs/tools/security/john/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/tools/security/john/default.nix b/pkgs/tools/security/john/default.nix index e56e99909fff..be6514630f56 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