bosun: Now builds on all Unix platforms

This commit is contained in:
Oliver Charles
2014-12-05 11:43:58 +00:00
parent e56a8df827
commit bcb9f0853c
+1 -1
View File
@@ -30,6 +30,6 @@ stdenv.mkDerivation rec {
'';
homepage = http://bosun.org;
license = licenses.mit;
platforms = ["x86_64-linux"];
platforms = platforms.unix;
};
}