llvmPackages_{12,13}.lldb: mark broken
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.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user