diff options
author | Marius Bakke <mbakke@fastmail.com> | 2020-03-17 11:22:57 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2020-03-18 19:23:46 +0100 |
commit | f013742e27998d15ed25687b6473672840877e9a (patch) | |
tree | 905b5f134e6719c03b77d73bc0518f50ccfd2c68 /gnu/packages/gdb.scm | |
parent | 0a502c8c9bd07bfdc24aac6f3bdec939e0d9aef4 (diff) | |
download | guix-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.scm | 1 |
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) |