boo: mark as broken

With mono-4.0.4.1, the build fails with 1 non-fatal errors.

authored by

Rahul Gopinath and committed by
Bjørn Forsman
a540e842 9236eedb

+1
+1
pkgs/development/compilers/boo/default.nix
··· 41 41 meta = with stdenv.lib; { 42 42 description = "The Boo Programming Language"; 43 43 platforms = platforms.linux; 44 + broken = true; 44 45 }; 45 46 }