From b195bf1ed2dccec652912d23af2ef6a0043821ce Mon Sep 17 00:00:00 2001 From: Nikolay Amiantov Date: Sat, 11 Jun 2016 03:40:22 +0300 Subject: [PATCH] dspam: disable on Darwin --- pkgs/servers/mail/dspam/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/servers/mail/dspam/default.nix b/pkgs/servers/mail/dspam/default.nix index 4c615e6f6b33..1ac47fbf7224 100644 --- a/pkgs/servers/mail/dspam/default.nix +++ b/pkgs/servers/mail/dspam/default.nix @@ -102,7 +102,7 @@ in stdenv.mkDerivation rec { homepage = http://dspam.nuclearelephant.com/; description = "Community Driven Antispam Filter"; license = licenses.agpl3; - platforms = platforms.unix; + platforms = platforms.linux; maintainers = with maintainers; [ abbradar ]; }; }