lldb-3.5 is broken, bug in the cmake
lldb-3.6 is working (just waiting on a staging fix to merge), so let's just mark this broken until we decide to nuke 3.5 all together. Fixes #6636 refs #6668
This commit is contained in:
parent
a00e19ceb9
commit
3ed077a69b
@ -40,5 +40,6 @@ stdenv.mkDerivation {
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
maintainers = [ stdenv.lib.maintainers.shlevy ];
|
||||
platforms = stdenv.lib.platforms.all;
|
||||
broken = true;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user