Don't build some packages on some platforms

This commit is contained in:
Eelco Dolstra
2013-11-04 21:11:00 +01:00
parent 0296defd0c
commit 01087750ba
9 changed files with 16 additions and 11 deletions
+1 -1
View File
@@ -48,6 +48,6 @@ pythonPackages.buildPythonPackage {
description = "A program that scans log files for repeated failing login attempts and bans IP addresses";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ eelco lovek323 ];
platforms = platforms.unix;
platforms = platforms.linux ++ platforms.darwin;
};
}