From 3ed077a69bf49d3b92fc8f592bbce29f7babb866 Mon Sep 17 00:00:00 2001 From: Shea Levy Date: Fri, 6 Mar 2015 16:16:20 -0500 Subject: [PATCH] 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 --- pkgs/development/compilers/llvm/3.5/lldb.nix | 1 + 1 file changed, 1 insertion(+) 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; }; }