mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: lldb: Simplify inputs.
* gnu/packages/llvm.scm (lldb)[inputs]: Remove labels.
This commit is contained in:
parent
a05e573d60
commit
b62d2fd95d
1 changed files with 9 additions and 10 deletions
|
@ -1203,16 +1203,15 @@ misuse of libraries outside of the store.")
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config swig))
|
(list pkg-config swig))
|
||||||
(inputs
|
(inputs
|
||||||
`(("clang" ,clang-12)
|
(list clang-12
|
||||||
("llvm" ,llvm-12)
|
llvm-12
|
||||||
|
|
||||||
;; Optional (but recommended) inputs.
|
;; Optional (but recommended) inputs.
|
||||||
("curses" ,ncurses)
|
ncurses
|
||||||
("editline" ,libedit)
|
libedit
|
||||||
("liblzma" ,xz)
|
xz
|
||||||
("libxml2" ,libxml2)
|
libxml2
|
||||||
("lua" ,lua)
|
lua
|
||||||
("python" ,python)))
|
python))
|
||||||
(home-page "https://lldb.llvm.org/")
|
(home-page "https://lldb.llvm.org/")
|
||||||
(synopsis "Low level debugger")
|
(synopsis "Low level debugger")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue