mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 19:39:34 +01:00
gnu: lldb: Update to 17.0.6.
* gnu/packages/llvm.scm (lldb): Update to 17.0.6. [inputs]: Change from LLVM-15 and CLANG-15 to LLVM-17 and CLANG-17. Change-Id: Iad04ee722c81ecb223ea4d57d25ea57ca7df59a0 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
6a59d3ad68
commit
354de73fa4
1 changed files with 4 additions and 4 deletions
|
@ -22,7 +22,7 @@
|
||||||
;;; Copyright © 2021 Lars-Dominik Braun <lars@6xq.net>
|
;;; Copyright © 2021 Lars-Dominik Braun <lars@6xq.net>
|
||||||
;;; Copyright © 2021, 2022 Guillaume Le Vaillant <glv@posteo.net>
|
;;; Copyright © 2021, 2022 Guillaume Le Vaillant <glv@posteo.net>
|
||||||
;;; Copyright © 2021, 2022 Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
;;; Copyright © 2021, 2022 Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
||||||
;;; Copyright © 2022 Greg Hogan <code@greghogan.com>
|
;;; Copyright © 2022, 2024 Greg Hogan <code@greghogan.com>
|
||||||
;;; Copyright © 2022 John Kehayias <john.kehayias@protonmail.com>
|
;;; Copyright © 2022 John Kehayias <john.kehayias@protonmail.com>
|
||||||
;;; Copyright © 2022 Clément Lassieur <clement@lassieur.org>
|
;;; Copyright © 2022 Clément Lassieur <clement@lassieur.org>
|
||||||
;;; Copyright © 2022 Zhu Zihao <all_but_last@163.com>
|
;;; Copyright © 2022 Zhu Zihao <all_but_last@163.com>
|
||||||
|
@ -1709,7 +1709,7 @@ misuse of libraries outside of the store.")))
|
||||||
(define-public lldb
|
(define-public lldb
|
||||||
(package
|
(package
|
||||||
(name "lldb")
|
(name "lldb")
|
||||||
(version (package-version llvm-15))
|
(version (package-version llvm-17))
|
||||||
(source (llvm-monorepo version))
|
(source (llvm-monorepo version))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
@ -1723,8 +1723,8 @@ misuse of libraries outside of the store.")))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config swig))
|
(list pkg-config swig))
|
||||||
(inputs
|
(inputs
|
||||||
(list clang-15
|
(list clang-17
|
||||||
llvm-15
|
llvm-17
|
||||||
;; Optional (but recommended) inputs.
|
;; Optional (but recommended) inputs.
|
||||||
ncurses
|
ncurses
|
||||||
libedit
|
libedit
|
||||||
|
|
Loading…
Add table
Reference in a new issue