mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 02:42:59 +00:00
Merge pull request #76467 from alyssais/spamassassin-ipv6
spamassassin: fix IPv6
This commit is contained in:
commit
8daee5f6ce
@ -12,9 +12,11 @@ perlPackages.buildPerlPackage rec {
|
|||||||
# https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7434
|
# https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7434
|
||||||
patches = [ ./sa-update_add--siteconfigpath.patch ];
|
patches = [ ./sa-update_add--siteconfigpath.patch ];
|
||||||
|
|
||||||
buildInputs = [ makeWrapper ] ++ (with perlPackages; [ HTMLParser NetDNS NetAddrIP DBFile HTTPDate MailDKIM
|
buildInputs = [ makeWrapper ] ++ (with perlPackages; [
|
||||||
LWP IOSocketSSL DBI EncodeDetect IPCountry NetIdent Razor2ClientAgent MailSPF NetDNSResolverProgrammable
|
HTMLParser NetCIDRLite NetDNS NetAddrIP DBFile HTTPDate MailDKIM LWP
|
||||||
Socket6 ]);
|
IOSocketSSL DBI EncodeDetect IPCountry NetIdent Razor2ClientAgent MailSPF
|
||||||
|
NetDNSResolverProgrammable Socket6
|
||||||
|
]);
|
||||||
|
|
||||||
# Enabling 'taint' mode is desirable, but that flag disables support
|
# Enabling 'taint' mode is desirable, but that flag disables support
|
||||||
# for the PERL5LIB environment variable. Needs further investigation.
|
# for the PERL5LIB environment variable. Needs further investigation.
|
||||||
|
Loading…
Reference in New Issue
Block a user