1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: lldb: Update to 21.1.1.

* gnu/packages/llvm.scm (lldb): Update to 21.1.1.
[inputs]: Remove clang-20 and llvm-20; add clang-21 and llvm-21.

Change-Id: I1fe1ce9760b937fd4732b9b98f5e9942bad64208
This commit is contained in:
Zheng Junjie
2025-09-22 12:01:45 +08:00
parent 2ad67a1063
commit fabab6beaa

View File

@@ -1488,7 +1488,7 @@ misuse of libraries outside of the store.")))
(define-public lldb
(package
(name "lldb")
(version (package-version llvm-20))
(version (package-version llvm-21))
(source (llvm-monorepo version))
(build-system cmake-build-system)
(arguments
@@ -1504,8 +1504,8 @@ misuse of libraries outside of the store.")))
(native-inputs
(list pkg-config swig))
(inputs
(list clang-20
llvm-20
(list clang-21
llvm-21
;; Optional (but recommended) inputs.
ncurses
libedit