dspam: disable on Darwin

This commit is contained in:
Nikolay Amiantov 2016-06-11 03:40:22 +03:00
parent 4a0ca7d92e
commit b195bf1ed2

View File

@ -102,7 +102,7 @@ in stdenv.mkDerivation rec {
homepage = http://dspam.nuclearelephant.com/; homepage = http://dspam.nuclearelephant.com/;
description = "Community Driven Antispam Filter"; description = "Community Driven Antispam Filter";
license = licenses.agpl3; license = licenses.agpl3;
platforms = platforms.unix; platforms = platforms.linux;
maintainers = with maintainers; [ abbradar ]; maintainers = with maintainers; [ abbradar ];
}; };
} }