bosun: Now builds on all Unix platforms

This commit is contained in:
Oliver Charles 2014-12-05 11:43:27 +00:00
parent e56a8df827
commit bcb9f0853c

View file

@ -30,6 +30,6 @@ stdenv.mkDerivation rec {
'';
homepage = http://bosun.org;
license = licenses.mit;
platforms = ["x86_64-linux"];
platforms = platforms.unix;
};
}