gnu: Add go-github-com-hashicorp-errwrap.
* gnu/packages/golang-xyz.scm (go-github-com-hashicorp-errwrap): New variable. Change-Id: I4a0e7c23f9aaab4e29c81a68d976dafcd86dd2d1 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
496e0f10b6
commit
d7abe61507
@ -768,6 +768,30 @@ Differentiation between text and binary files}.
|
|||||||
@end itemize")
|
@end itemize")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public go-github-com-hashicorp-errwrap
|
||||||
|
(package
|
||||||
|
(name "go-github-com-hashicorp-errwrap")
|
||||||
|
(version "1.1.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/hashicorp/errwrap")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "0p5wdz8p7dmwphmb33gwhy3iwci5k9wkfqmmfa6ay1lz0cqjwp7a"))))
|
||||||
|
(build-system go-build-system)
|
||||||
|
(arguments
|
||||||
|
(list
|
||||||
|
#:import-path "github.com/hashicorp/errwrap"))
|
||||||
|
(home-page "https://github.com/hashicorp/errwrap")
|
||||||
|
(synopsis "Wrapping and querying errors for Golang")
|
||||||
|
(description
|
||||||
|
"@code{errwrap} is a package for Go that formalizes the pattern of
|
||||||
|
wrapping errors and checking if an error contains another error.")
|
||||||
|
(license license:mpl2.0)))
|
||||||
|
|
||||||
(define-public go-github-com-hhrutter-tiff
|
(define-public go-github-com-hhrutter-tiff
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-hhrutter-tiff")
|
(name "go-github-com-hhrutter-tiff")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user