boo: mark as broken
With mono-4.0.4.1, the build fails with 1 non-fatal errors.
This commit is contained in:
parent
9236eedbc3
commit
a540e842ab
@ -41,5 +41,6 @@ in stdenv.mkDerivation rec {
|
|||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "The Boo Programming Language";
|
description = "The Boo Programming Language";
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user