mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: lldb: Update to 20.1.3.
* gnu/packages/llvm.scm (lldb): Update to 20.1.3. [inputs]: Change from LLVM-17 and CLANG-17 to LLVM-20 and CLANG-20. Change-Id: I95d0595315ec319d523046a582cc789de2f4d05b Signed-off-by: Zheng Junjie <z572@z572.online>
This commit is contained in:
parent
459705ceaa
commit
64ac509eb2
1 changed files with 3 additions and 3 deletions
|
@ -1867,7 +1867,7 @@ misuse of libraries outside of the store.")))
|
|||
(define-public lldb
|
||||
(package
|
||||
(name "lldb")
|
||||
(version (package-version llvm-17))
|
||||
(version (package-version llvm-20))
|
||||
(source (llvm-monorepo version))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
|
@ -1881,8 +1881,8 @@ misuse of libraries outside of the store.")))
|
|||
(native-inputs
|
||||
(list pkg-config swig))
|
||||
(inputs
|
||||
(list clang-17
|
||||
llvm-17
|
||||
(list clang-20
|
||||
llvm-20
|
||||
;; Optional (but recommended) inputs.
|
||||
ncurses
|
||||
libedit
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue