guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/11: gnu: rr: Fix typo.


From: guix-commits
Subject: 01/11: gnu: rr: Fix typo.
Date: Sun, 15 Nov 2020 14:48:12 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 00781cb57dda331a462ad8f7e52f8d26ce440298
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Nov 15 02:12:23 2020 +0100

    gnu: rr: Fix typo.
    
    * gnu/packages/debug.scm (rr)[inputs]: Fix ‘cpanproto’ typo.
---
 gnu/packages/debug.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/debug.scm b/gnu/packages/debug.scm
index 9dc32c7..3fe5fd0 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/";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]