clang-3.5: mark as broken

It seems unlikely someone will want to fix it anymore.
This commit is contained in:
Vladimír Čunát 2016-03-28 14:42:16 +02:00
parent 4c13595507
commit be447475d3

View File

@ -50,5 +50,6 @@ in stdenv.mkDerivation {
homepage = http://llvm.org/;
license = stdenv.lib.licenses.bsd3;
platforms = stdenv.lib.platforms.all;
broken = true;
};
}