mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
perl-MailDKIM: the unit test suite fails on Hydra because it relies on network access
This commit is contained in:
parent
158e74fd43
commit
75adf28346
@ -2260,6 +2260,7 @@ rec {
|
||||
sha256 = "b1425a540f514c483e80566fb3decc2c1db4162306f6ae8794cef72a2d73557b";
|
||||
};
|
||||
propagatedBuildInputs = [ CryptOpenSSLRSA NetDNS MailTools ];
|
||||
doCheck = false; # tries to access the domain name system
|
||||
};
|
||||
|
||||
MailIMAPClient = buildPerlPackage {
|
||||
|
Loading…
Reference in New Issue
Block a user