summary refs log tree commit diff
path: root/pkgs/servers/mail
diff options
context:
space:
mode:
authorLuke Granger-Brown <git@lukegb.com>2023-06-25 13:35:32 +0000
committerLuke Granger-Brown <git@lukegb.com>2023-06-25 13:35:32 +0000
commit0b48da2e88346e8691c68f9cd31c995f238668c5 (patch)
treeb8f080a776ca16b8b88ff847377555b2580f99f4 /pkgs/servers/mail
parent62654174d07e52a6a6e8fa7cff6b6050f97333bc (diff)
downloadnixpkgs-0b48da2e88346e8691c68f9cd31c995f238668c5.tar
nixpkgs-0b48da2e88346e8691c68f9cd31c995f238668c5.tar.gz
nixpkgs-0b48da2e88346e8691c68f9cd31c995f238668c5.tar.bz2
nixpkgs-0b48da2e88346e8691c68f9cd31c995f238668c5.tar.lz
nixpkgs-0b48da2e88346e8691c68f9cd31c995f238668c5.tar.xz
nixpkgs-0b48da2e88346e8691c68f9cd31c995f238668c5.tar.zst
nixpkgs-0b48da2e88346e8691c68f9cd31c995f238668c5.zip
spamassassin: switch back to Perl-bundled ExtUtils::MakeMaker
It's past the required minimum version now, so we can drop this comment
and the explicit dependency.
Diffstat (limited to 'pkgs/servers/mail')
-rw-r--r--pkgs/servers/mail/spamassassin/default.nix9
1 files changed, 1 insertions, 8 deletions
diff --git a/pkgs/servers/mail/spamassassin/default.nix b/pkgs/servers/mail/spamassassin/default.nix
index 996db226e0d..fd8acd7d9a6 100644
--- a/pkgs/servers/mail/spamassassin/default.nix
+++ b/pkgs/servers/mail/spamassassin/default.nix
@@ -9,14 +9,7 @@ perlPackages.buildPerlPackage rec {
     hash = "sha256-5aoXBQowvHK6qGr9xgSMrepNHsLsxh14dxegWbgxnog=";
   };
 
-  # ExtUtil::MakeMaker is bundled with Perl, but the bundled version
-  # causes build errors for aarch64-darwin, so we override it with the
-  # latest version.  We can drop the dependency to go back to the
-  # bundled version when the version that comes with Perl is ≥7.57_02.
-  #
-  # Check the version bundled with Perl like this:
-  #   perl -e 'use ExtUtils::MakeMaker qw($VERSION); print "$VERSION\n"'
-  nativeBuildInputs = [ makeWrapper perlPackages.ExtUtilsMakeMaker ];
+  nativeBuildInputs = [ makeWrapper ];
   buildInputs = (with perlPackages; [
     HTMLParser NetCIDRLite NetDNS NetAddrIP DBFile HTTPDate MailDKIM LWP
     LWPProtocolHttps IOSocketSSL DBI EncodeDetect IPCountry NetIdent