clang-3.5: mark as broken
It seems unlikely someone will want to fix it anymore.
This commit is contained in:
parent
4c13595507
commit
be447475d3
@ -50,5 +50,6 @@ in stdenv.mkDerivation {
|
|||||||
homepage = http://llvm.org/;
|
homepage = http://llvm.org/;
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
platforms = stdenv.lib.platforms.all;
|
platforms = stdenv.lib.platforms.all;
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user