mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add go-msgp.
* gnu/packages/golang-xyz.scm (go-msgp): New variable. Change-Id: Ia9b339e6ea413c6d3442ecdcda56e6ce0be5c87b
This commit is contained in:
parent
7c49f2f0aa
commit
32a4666243
1 changed files with 14 additions and 0 deletions
|
@ -8184,6 +8184,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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue