summaryrefslogtreecommitdiff
path: root/gnu/packages/gdb.scm
diff options
context:
space:
mode:
authorMarius Bakke <marius@gnu.org>2020-06-27 12:28:19 +0200
committerMarius Bakke <marius@gnu.org>2020-06-27 12:28:19 +0200
commitb6e068d299b345bebac544e7a905627a6ed08fdd (patch)
treed556ea3ca125ebd4ec98a638bf4313f043cbae61 /gnu/packages/gdb.scm
parenta62df7cd72423e9ea7cf030a4db034c548eeb59e (diff)
parentd8a046d560e8e149e903b7d3648c7218bf17c085 (diff)
downloadguix-patches-b6e068d299b345bebac544e7a905627a6ed08fdd.tar
guix-patches-b6e068d299b345bebac544e7a905627a6ed08fdd.tar.gz
Merge branch 'master' into staging
Diffstat (limited to 'gnu/packages/gdb.scm')
-rw-r--r--gnu/packages/gdb.scm3
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/gdb.scm b/gnu/packages/gdb.scm
index 2615f1f158..56d37960f7 100644
--- a/gnu/packages/gdb.scm
+++ b/gnu/packages/gdb.scm
@@ -141,5 +141,4 @@ written in C, C++, Ada, Objective-C, Pascal and more.")
gdb
(name "gdb-minimal")
(inputs (fold alist-delete (package-inputs gdb)
- '("guile" "libxml2" "ncurses" "python-wrapper"
- "source-highlight")))))
+ '("libxml2" "ncurses" "python-wrapper" "source-highlight")))))