mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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)))
|
||||
(inputs
|
||||
`(("gdb" ,gdb)
|
||||
("cpanproto" ,capnproto)
|
||||
("capnproto" ,capnproto)
|
||||
("python" ,python)
|
||||
("python-pexpect" ,python-pexpect)))
|
||||
(home-page "https://rr-project.org/")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue