From 0fe59d89000599a3856a0eb44b3c0f139a8aaecc Mon Sep 17 00:00:00 2001 From: Emily Date: Thu, 12 Sep 2024 14:24:31 +0100 Subject: [PATCH] llvmPackages_{12,13}.lldb: mark broken MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit These have been failing to build on Hydra for over two months. It looks like it might be a Python 3.12‐related thing, but the SWIG 4 patches wouldn’t apply cleanly and these old versions should probably just be dropped anyway. --- pkgs/development/compilers/llvm/common/lldb.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pkgs/development/compilers/llvm/common/lldb.nix b/pkgs/development/compilers/llvm/common/lldb.nix index 02cd334d0a70..f609ae917dbf 100644 --- a/pkgs/development/compilers/llvm/common/lldb.nix +++ b/pkgs/development/compilers/llvm/common/lldb.nix @@ -186,10 +186,7 @@ stdenv.mkDerivation (rec { larger LLVM Project, such as the Clang expression parser and LLVM disassembler. ''; - # llvm <10 never built on aarch64-darwin since first introduction in nixpkgs - broken = - (lib.versionOlder release_version "11" && stdenv.isDarwin && stdenv.isAarch64) - || (((lib.versions.major release_version) == "13") && stdenv.isDarwin); + broken = lib.versionOlder release_version "14"; mainProgram = "lldb"; }; } // lib.optionalAttrs enableManpages {