summaryrefslogtreecommitdiff
path: root/gnu/packages/debug.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-11-15 02:12:23 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-11-15 20:47:44 +0100
commit00781cb57dda331a462ad8f7e52f8d26ce440298 (patch)
tree392a53e125c7301cb785fe60e3ed483a00c6de2d /gnu/packages/debug.scm
parentce18d88347de4239f5c8c7f8e547aff8db83203f (diff)
downloadguix-patches-00781cb57dda331a462ad8f7e52f8d26ce440298.tar
guix-patches-00781cb57dda331a462ad8f7e52f8d26ce440298.tar.gz
gnu: rr: Fix typo.
* gnu/packages/debug.scm (rr)[inputs]: Fix ‘cpanproto’ typo.
Diffstat (limited to 'gnu/packages/debug.scm')
-rw-r--r--gnu/packages/debug.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/debug.scm b/gnu/packages/debug.scm
index 9dc32c70f4..3fe5fd07b3 100644
--- a/gnu/packages/debug.scm
+++ b/gnu/packages/debug.scm
@@ -613,7 +613,7 @@ error reporting, better tracing, profiling, and a debugger.")
("which" ,which)))
(inputs
`(("gdb" ,gdb)
- ("cpanproto" ,capnproto)
+ ("capnproto" ,capnproto)
("python" ,python)
("python-pexpect" ,python-pexpect)))
(home-page "https://rr-project.org/")