treewide: fix build with disallowed aliases (#43872)
fixes build with disallowed aliases
This commit is contained in:
@@ -37,8 +37,8 @@ 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 MIMEBase64 # For pass_gen.pl
|
||||
NetLDAP ]); # For sha-dump.pl
|
||||
(with perlPackages; [ DigestMD4 DigestMD5 DigestSHA1 GetoptLong # For pass_gen.pl
|
||||
perlldap ]); # For sha-dump.pl
|
||||
# TODO: Get dependencies for radius2john.pl and lion2john-alt.pl
|
||||
|
||||
# gcc -DAC_BUILT -Wall vncpcap2john.o memdbg.o -g -lpcap -fopenmp -o ../run/vncpcap2john
|
||||
|
||||
@@ -123,7 +123,7 @@ in stdenv.mkDerivation rec {
|
||||
|
||||
wrapProgram $out/bin/caff --set PERL5LIB \
|
||||
${with perlPackages; stdenv.lib.makePerlPath ([
|
||||
TextTemplate MIMEtools MailTools TimeDate NetIDNEncode ]
|
||||
TextTemplate MIMETools MailTools TimeDate NetIDNEncode ]
|
||||
++ GnuPGInterfaceRuntimeDependencies)} \
|
||||
--prefix PATH ":" \
|
||||
"${stdenv.lib.makeBinPath [ nettools gnupg1 ]}"
|
||||
|
||||
Reference in New Issue
Block a user