boo: mark as broken

With mono-4.0.4.1, the build fails with 1 non-fatal errors.
This commit is contained in:
Rahul Gopinath 2016-06-30 13:06:27 -07:00 committed by Bjørn Forsman
parent 9236eedbc3
commit a540e842ab

@ -41,5 +41,6 @@ in stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "The Boo Programming Language";
platforms = platforms.linux;
broken = true;
};
}