gnu: lldb: Update to 15.0.5.
* gnu/packages/llvm.scm (lldb): Update to 15.0.5. [version]: Use version from LLVM-15. [inputs]: Change from LLVM-14 and CLANG-14 to LLVM-15 and CLANG-15. Signed-off-by: Christopher Baines <mail@cbaines.net>
parent
15b08918e9
commit
8952a94086
|
@ -1634,7 +1634,7 @@ misuse of libraries outside of the store.")))
|
||||||
(define-public lldb
|
(define-public lldb
|
||||||
(package
|
(package
|
||||||
(name "lldb")
|
(name "lldb")
|
||||||
(version "14.0.6")
|
(version (package-version llvm-15))
|
||||||
(source (llvm-monorepo version))
|
(source (llvm-monorepo version))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
@ -1648,8 +1648,8 @@ misuse of libraries outside of the store.")))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config swig))
|
(list pkg-config swig))
|
||||||
(inputs
|
(inputs
|
||||||
(list clang-14
|
(list clang-15
|
||||||
llvm-14
|
llvm-15
|
||||||
;; Optional (but recommended) inputs.
|
;; Optional (but recommended) inputs.
|
||||||
ncurses
|
ncurses
|
||||||
libedit
|
libedit
|
||||||
|
|
Reference in New Issue