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:
Jan (janneke) Nieuwenhuizen 2020-06-27 11:08:26 +02:00
parent 88dbef3b98
commit 27bcf151d1
No known key found for this signature in database
GPG Key ID: F3C1A0D9C1D65273
1 changed files with 1 additions and 2 deletions

View File

@ -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")))))