Skip to content

Commit

Permalink
perlPackages.MailDKIM: add missing CryptX dependency (NixOS#366744)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Conni2461 authored Dec 20, 2024
1 parent d184f19 commit 8f85b83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/top-level/perl-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15048,7 +15048,7 @@ with self; {
url = "mirror://cpan/authors/id/M/MB/MBRADSHAW/Mail-DKIM-1.20230911.tar.gz";
hash = "sha256-kecxcoK3JM+9LJtuZjDvFDKISLb8UgPv1w3sL7hyaMo=";
};
propagatedBuildInputs = [ CryptOpenSSLRSA MailAuthenticationResults MailTools NetDNS ];
propagatedBuildInputs = [ CryptOpenSSLRSA CryptX MailAuthenticationResults MailTools NetDNS ];
doCheck = false; # tries to access the domain name system
buildInputs = [ NetDNSResolverMock TestRequiresInternet YAMLLibYAML ];
meta = {
Expand Down

0 comments on commit 8f85b83

Please sign in to comment.