mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: Add go-github-com-polydawn-refmt.
* gnu/packages/golang-xyz.scm (go-github-com-polydawn-refmt): New variable. Change-Id: I5b300fb826ec7f232cab108614737e49e114afa5 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
f0df4829aa
commit
68347f8744
1 changed files with 28 additions and 0 deletions
|
@ -3135,6 +3135,34 @@ (define-public go-github-com-pion-logging
|
|||
Pion}.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public go-github-com-polydawn-refmt
|
||||
(package
|
||||
(name "go-github-com-polydawn-refmt")
|
||||
(version "0.89.1-0.20231129105047-37766d95467a")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/polydawn/refmt/")
|
||||
(commit (go-version->git-ref version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0grgzacc7igfndk1v3n1g6k4wdz6bjsiqfq3n5br2zpr7n40ha9n"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:import-path "github.com/polydawn/refmt"))
|
||||
(propagated-inputs
|
||||
(list go-github-com-urfave-cli
|
||||
go-github-com-warpfork-go-wish
|
||||
go-github.com-smartystreets-goconvey
|
||||
go-gopkg-in-yaml-v2))
|
||||
(home-page "https://github.com/polydawn/refmt/")
|
||||
(synopsis "Object mapping for Go language")
|
||||
(description
|
||||
"@code{refmt} is a serialization and object-mapping library.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public go-github-com-prometheus-client-model
|
||||
(package
|
||||
(name "go-github-com-prometheus-client-model")
|
||||
|
|
Loading…
Reference in a new issue