me
/
guix
Archived
1
0
Fork 0

gnu: rr: Fix typo.

* gnu/packages/debug.scm (rr)[inputs]: Fix ‘cpanproto’ typo.
master
Tobias Geerinckx-Rice 2020-11-15 02:12:23 +01:00
parent ce18d88347
commit 00781cb57d
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -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/")