mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add go-github-com-goverter-patherr.
* gnu/packages/golang-xyz.scm (go-github-com-goverter-patherr): New variable. Change-Id: Ieaf77a4f223282b549864df8ba9717fd8fa7b24e
This commit is contained in:
parent
51b39028ff
commit
5c1d6d5b71
1 changed files with 24 additions and 0 deletions
|
@ -5548,6 +5548,30 @@ which satisfies the cron expression.")
|
||||||
provides a buffered io.Writer that is flushed at a timed interval.")
|
provides a buffered io.Writer that is flushed at a timed interval.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public go-github-com-goverter-patherr
|
||||||
|
(package
|
||||||
|
(name "go-github-com-goverter-patherr")
|
||||||
|
(version "1.0.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/goverter/patherr")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "1zjcyva959ir23rgk2rvc7ivlyan9dh2rqw7hl03h6xq935zznjq"))))
|
||||||
|
(build-system go-build-system)
|
||||||
|
(arguments
|
||||||
|
(list
|
||||||
|
#:import-path "github.com/goverter/patherr"))
|
||||||
|
(home-page "https://github.com/goverter/patherr")
|
||||||
|
(synopsis "Implementation for Goverter's wrapErrorsUsing")
|
||||||
|
(description
|
||||||
|
"This package provides an implementation for the goverter feature
|
||||||
|
@code{wrapErrorsUsing}.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public go-github-com-guptarohit-asciigraph
|
(define-public go-github-com-guptarohit-asciigraph
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-guptarohit-asciigraph")
|
(name "go-github-com-guptarohit-asciigraph")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue