mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-pydevd: Use gdb/pinned.
To allow gdb to be updated more easily. * gnu/packages/python-xyz.scm (python-pydevd)[inputs]: Use gdb/pinned. Change-Id: Icf417f89933bc190bf4c0d869c199cfe50d463ef Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
84dc562263
commit
94bb6a5a88
1 changed files with 1 additions and 1 deletions
|
@ -17229,7 +17229,7 @@ libmagic.")))
|
|||
python-pytest-xdist
|
||||
python-trio
|
||||
python-untangle))
|
||||
(inputs (list coreutils gdb procps))
|
||||
(inputs (list coreutils gdb/pinned procps))
|
||||
(home-page "https://github.com/fabioz/PyDev.Debugger/")
|
||||
(synopsis "Python debugger")
|
||||
(description "PyDev.Debugger is a capable Python debugger used in PyDev
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue