diff options
author | Christopher Baines <mail@cbaines.net> | 2024-04-15 09:25:47 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2024-11-29 15:45:18 +0100 |
commit | 94bb6a5a88b17da1178fdc1d16cb87b9913bc1c1 (patch) | |
tree | bdf9051632183f1aa8e0791e95862f83fdc72067 | |
parent | 84dc5622639146c28eb929eb8a0cf7693c8a1c5b (diff) |
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>
-rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 3872b511a1..2be0747822 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -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 |