aboutsummaryrefslogtreecommitdiff
path: root/pkgs/tools/security/john
diff options
context:
space:
mode:
authorvolth <volth@volth.com>2018-12-14 15:40:36 +0000
committervolth <volth@volth.com>2018-12-14 16:27:53 +0000
commit6d2edfb0b86927319de59dcd6c98f9a66cd57f65 (patch)
treebdfc7557b96e280628586a0b097023e335ac258f /pkgs/tools/security/john
parent707c059eb233b61e0cb9371e81236690ac89bb7d (diff)
treewide: remove aliases evaluated to `null`
Diffstat (limited to 'pkgs/tools/security/john')
-rw-r--r--pkgs/tools/security/john/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/security/john/default.nix b/pkgs/tools/security/john/default.nix
index cb545570f51f..97f6ec21b548 100644
--- a/pkgs/tools/security/john/default.nix
+++ b/pkgs/tools/security/john/default.nix
@@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
buildInputs = [ openssl nss nspr kerberos gmp zlib libpcap re2 gcc pythonPackages.wrapPython perl makeWrapper ];
propagatedBuildInputs = (with pythonPackages; [ dpkt scapy lxml ]) ++ # For pcap2john.py
- (with perlPackages; [ DigestMD4 DigestMD5 DigestSHA1 GetoptLong # For pass_gen.pl
+ (with perlPackages; [ DigestMD4 DigestSHA1 GetoptLong # For pass_gen.pl
perlldap ]); # For sha-dump.pl
# TODO: Get dependencies for radius2john.pl and lion2john-alt.pl