summaryrefslogtreecommitdiff
path: root/gnu/packages/gdb.scm
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2020-03-17 11:22:57 +0100
committerMarius Bakke <mbakke@fastmail.com>2020-03-18 19:23:46 +0100
commitf013742e27998d15ed25687b6473672840877e9a (patch)
tree905b5f134e6719c03b77d73bc0518f50ccfd2c68 /gnu/packages/gdb.scm
parent0a502c8c9bd07bfdc24aac6f3bdec939e0d9aef4 (diff)
downloadguix-patches-f013742e27998d15ed25687b6473672840877e9a.tar
guix-patches-f013742e27998d15ed25687b6473672840877e9a.tar.gz
gnu: gdb: Remove duplicate input.
* gnu/packages/gdb.scm (gdb-9.1)[inputs]: Remove PYTHON.
Diffstat (limited to 'gnu/packages/gdb.scm')
-rw-r--r--gnu/packages/gdb.scm1
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/packages/gdb.scm b/gnu/packages/gdb.scm
index 01f93f6def..3fa8e53884 100644
--- a/gnu/packages/gdb.scm
+++ b/gnu/packages/gdb.scm
@@ -92,7 +92,6 @@
("readline" ,readline)
("ncurses" ,ncurses)
("guile" ,guile-2.0)
- ("python" ,python)
("python-wrapper" ,python-wrapper)
("dejagnu" ,dejagnu)
("source-highlight" ,source-highlight)