summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2015-03-06 16:16:20 -0500
committerShea Levy <shea@shealevy.com>2015-03-06 16:16:20 -0500
commit3ed077a69bf49d3b92fc8f592bbce29f7babb866 (patch)
tree66ab04374879043b9e9e13891c598af0d94e51d5 /pkgs
parenta00e19ceb96ed8ae2910b009c1ed79dff7167517 (diff)
downloadnixlib-3ed077a69bf49d3b92fc8f592bbce29f7babb866.tar
nixlib-3ed077a69bf49d3b92fc8f592bbce29f7babb866.tar.gz
nixlib-3ed077a69bf49d3b92fc8f592bbce29f7babb866.tar.bz2
nixlib-3ed077a69bf49d3b92fc8f592bbce29f7babb866.tar.lz
nixlib-3ed077a69bf49d3b92fc8f592bbce29f7babb866.tar.xz
nixlib-3ed077a69bf49d3b92fc8f592bbce29f7babb866.tar.zst
nixlib-3ed077a69bf49d3b92fc8f592bbce29f7babb866.zip
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
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/compilers/llvm/3.5/lldb.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/compilers/llvm/3.5/lldb.nix b/pkgs/development/compilers/llvm/3.5/lldb.nix
index 9a25401a874b..92ba4108a4d2 100644
--- a/pkgs/development/compilers/llvm/3.5/lldb.nix
+++ b/pkgs/development/compilers/llvm/3.5/lldb.nix
@@ -40,5 +40,6 @@ stdenv.mkDerivation {
     license     = stdenv.lib.licenses.bsd3;
     maintainers = [ stdenv.lib.maintainers.shlevy ];
     platforms   = stdenv.lib.platforms.all;
+    broken = true;
   };
 }