gnu: rr: Fix typo.
* gnu/packages/debug.scm (rr)[inputs]: Fix ‘cpanproto’ typo.
This commit is contained in:
parent
ce18d88347
commit
00781cb57d
1 changed files with 1 additions and 1 deletions
|
@ -613,7 +613,7 @@ error reporting, better tracing, profiling, and a debugger.")
|
||||||
("which" ,which)))
|
("which" ,which)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("gdb" ,gdb)
|
`(("gdb" ,gdb)
|
||||||
("cpanproto" ,capnproto)
|
("capnproto" ,capnproto)
|
||||||
("python" ,python)
|
("python" ,python)
|
||||||
("python-pexpect" ,python-pexpect)))
|
("python-pexpect" ,python-pexpect)))
|
||||||
(home-page "https://rr-project.org/")
|
(home-page "https://rr-project.org/")
|
||||||
|
|
Reference in a new issue