mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02: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:
@@ -164,5 +164,4 @@ written in C, C++, Ada, Objective-C, Pascal and more.")
|
||||
gdb-9.2
|
||||
(name "gdb-minimal")
|
||||
(inputs (fold alist-delete (package-inputs gdb)
|
||||
'("guile" "libxml2" "ncurses" "python-wrapper"
|
||||
"source-highlight")))))
|
||||
'("libxml2" "ncurses" "python-wrapper" "source-highlight")))))
|
||||
|
||||
Reference in New Issue
Block a user