sharlatan pushed a commit to branch go-team
in repository guix.

commit 109e06c1470bdc19a6a5b6d36d9a1c95f5de85d3
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sun Sep 15 21:15:06 2024 +0100

    gnu: Add go-msgp.
    
    * gnu/packages/golang-xyz.scm (go-msgp): New variable.
    
    Change-Id: Ia9b339e6ea413c6d3442ecdcda56e6ce0be5c87b
---
 gnu/packages/golang-xyz.scm | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 5cf6074074..82002ba665 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -8107,6 +8107,20 @@ correctly.")))
       #:unpack-path "github.com/libp2p/go-msgio"))
     (synopsis "CLI tool to wrap messages with msgio header.")))
 
+(define-public go-msgp
+  (package
+    (inherit go-github-com-tinylib-msgp)
+    (name "go-msgp")
+    (arguments
+     (list
+      #:install-source? #f
+      #:tests? #f
+      #:import-path "github.com/tinylib/msgp"))
+    (description
+     (string-append (package-description go-github-com-tinylib-msgp)
+                    " This package provides an command line interface (CLI)
+tool."))))
+
 (define-public go-numcpus
   (package
     (inherit go-github-com-tklauser-numcpus)

Reply via email to