Skip to content

Commit 8f85b83

Browse files
authored
perlPackages.MailDKIM: add missing CryptX dependency (#366744)
We've been getting `Can't locate Crypt/PK/Ed25519.pm in @INC` when trying to `use Mail::DKIM::PrivateKey`. This is especially critical as this crashed our sympa instance.
1 parent d184f19 commit 8f85b83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/top-level/perl-packages.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15048,7 +15048,7 @@ with self; {
1504815048
url = "mirror://cpan/authors/id/M/MB/MBRADSHAW/Mail-DKIM-1.20230911.tar.gz";
1504915049
hash = "sha256-kecxcoK3JM+9LJtuZjDvFDKISLb8UgPv1w3sL7hyaMo=";
1505015050
};
15051-
propagatedBuildInputs = [ CryptOpenSSLRSA MailAuthenticationResults MailTools NetDNS ];
15051+
propagatedBuildInputs = [ CryptOpenSSLRSA CryptX MailAuthenticationResults MailTools NetDNS ];
1505215052
doCheck = false; # tries to access the domain name system
1505315053
buildInputs = [ NetDNSResolverMock TestRequiresInternet YAMLLibYAML ];
1505415054
meta = {

0 commit comments

Comments
 (0)