summaryrefslogtreecommitdiff
path: root/gnu/packages/debug.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/debug.scm')
-rw-r--r--gnu/packages/debug.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/debug.scm b/gnu/packages/debug.scm
index 682ba735c12..49ecf73313d 100644
--- a/gnu/packages/debug.scm
+++ b/gnu/packages/debug.scm
@@ -310,8 +310,8 @@ simple way to add custom protocol messages.")
310 python-pytest-flake8)) 310 python-pytest-flake8))
311 (inputs 311 (inputs
312 (list bash-minimal 312 (list bash-minimal
313 clang 313 clang-13
314 llvm 314 llvm-13
315 unifdef 315 unifdef
316 python 316 python
317 python-pebble 317 python-pebble
@@ -1165,7 +1165,7 @@ to aid in debugging.")
1165 (search-input-file inputs "bin/tcc"))))))))) 1165 (search-input-file inputs "bin/tcc")))))))))
1166 (native-inputs (list antlr4 1166 (native-inputs (list antlr4
1167 cmake-minimal 1167 cmake-minimal
1168 clang ;for tests 1168 clang-13 ;for tests
1169 python-aiosmtpd ;for tests 1169 python-aiosmtpd ;for tests
1170 python-dateutil ;for tests 1170 python-dateutil ;for tests
1171 python-docutils ;for tests 1171 python-docutils ;for tests