summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2024-04-15 09:25:47 +0100
committerGuix Patches Tester <>2024-04-17 14:09:29 +0200
commit83ebe9f9d00b42e43e2c774ad6fc20b406ad7ed9 (patch)
tree5098bf04ac143b92802950b2e16346ec1b8e18dc
parentb47ae1ecc43baaf726701ab2d2f810ecfaa75428 (diff)
downloadguix-patches-issue-70393.tar
guix-patches-issue-70393.tar.gz
gnu: python-pydevd: Use gdb/pinned.issue-70393
To allow gdb to be updated more easily. * gnu/packages/python-xyz.scm (python-pydevd)[inputs]: Use gdb/pinned. Change-Id: Icf417f89933bc190bf4c0d869c199cfe50d463ef
-rw-r--r--gnu/packages/python-xyz.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index bac90b1e07..e48dd6b686 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -16464,7 +16464,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