mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: gdb-minimal: Include guile.
* gnu/packages/gdb.scm (gdb-minimal): Do not remove guile, as it is a cheap and very useful dependency.
This commit is contained in:
parent
88dbef3b98
commit
27bcf151d1
1 changed files with 1 additions and 2 deletions
|
@ -164,5 +164,4 @@ written in C, C++, Ada, Objective-C, Pascal and more.")
|
||||||
gdb-9.2
|
gdb-9.2
|
||||||
(name "gdb-minimal")
|
(name "gdb-minimal")
|
||||||
(inputs (fold alist-delete (package-inputs gdb)
|
(inputs (fold alist-delete (package-inputs gdb)
|
||||||
'("guile" "libxml2" "ncurses" "python-wrapper"
|
'("libxml2" "ncurses" "python-wrapper" "source-highlight")))))
|
||||||
"source-highlight")))))
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue