mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-11 11:45:54 +02:00
gnu: Add go-github-com-huin-goutil.
* gnu/packages/golang-xyz.scm (go-github-com-huin-goutil): New variable. Relates-to: https://codeberg.org/guix/guix/pulls/5417 Change-Id: I0d5dcae1dc3aaf019ccb5db28b5283f0e9dc14d1 Reviewed-by: Arthur Rodrigues <arthurhdrodrigues@proton.me> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
committed by
Sharlatan Hellseher
parent
2038ab6b0b
commit
59fdaeb276
@@ -13449,6 +13449,32 @@ subsystem in Linux.")
|
||||
used in other languages but absent in Go package strings.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public go-github-com-huin-goutil
|
||||
(package
|
||||
(name "go-github-com-huin-goutil")
|
||||
(version "0.0.0-20170803182201-1ca381bf3150")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/huin/goutil")
|
||||
(commit (go-version->git-ref version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0alhyacsfqic2wxyqn4gvk9wzjl4pkmy8rhvqjk84xsghgx5xf12"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:skip-build? #t
|
||||
#:import-path "github.com/huin/goutil"))
|
||||
(home-page "https://github.com/huin/goutil")
|
||||
(synopsis "Collection of Go utility code")
|
||||
(description
|
||||
"This package is a collection of miscellaneous Go utility code that is
|
||||
potentially useful across multiple projects, and has therefore been factored
|
||||
out.")
|
||||
(license license:bsd-2)))
|
||||
|
||||
(define-public go-github-com-iancoleman-orderedmap
|
||||
(package
|
||||
(name "go-github-com-iancoleman-orderedmap")
|
||||
|
||||
Reference in New Issue
Block a user