mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 20:10:39 +02:00
gnu: go-github-com-hashicorp-go-syslog: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-hashicorp-go-syslog): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: Iae1acbde5fcccb7879944dbcbda8a32672478f6a
This commit is contained in:
parent
b577550c00
commit
e6ce91d1bf
2 changed files with 24 additions and 22 deletions
|
@ -820,6 +820,30 @@ the functions @code{As}, @code{Is}, and @code{Unwrap}. This provides a
|
||||||
standardized approach for introspecting on error values.")
|
standardized approach for introspecting on error values.")
|
||||||
(license license:mpl2.0)))
|
(license license:mpl2.0)))
|
||||||
|
|
||||||
|
(define-public go-github-com-hashicorp-go-syslog
|
||||||
|
(package
|
||||||
|
(name "go-github-com-hashicorp-go-syslog")
|
||||||
|
(version "1.0.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/hashicorp/go-syslog")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"09vccqggz212cg0jir6vv708d6mx0f9w5bxrcdah3h6chgmal6v1"))))
|
||||||
|
(build-system go-build-system)
|
||||||
|
(arguments
|
||||||
|
(list
|
||||||
|
#:import-path "github.com/hashicorp/go-syslog"))
|
||||||
|
(home-page "https://github.com/hashicorp/go-syslog")
|
||||||
|
(synopsis "Golang syslog wrapper, cross-compile friendly")
|
||||||
|
(description
|
||||||
|
"This package is a very simple wrapper around log/syslog")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(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")
|
||||||
|
|
|
@ -8781,28 +8781,6 @@ is unchanged. This package contains a series of small enhancements and
|
||||||
additions.")
|
additions.")
|
||||||
(license license:bsd-3))))
|
(license license:bsd-3))))
|
||||||
|
|
||||||
(define-public go-github-com-hashicorp-go-syslog
|
|
||||||
(package
|
|
||||||
(name "go-github-com-hashicorp-go-syslog")
|
|
||||||
(version "1.0.0")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method git-fetch)
|
|
||||||
(uri (git-reference
|
|
||||||
(url "https://github.com/hashicorp/go-syslog")
|
|
||||||
(commit (string-append "v" version))))
|
|
||||||
(file-name (git-file-name name version))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"09vccqggz212cg0jir6vv708d6mx0f9w5bxrcdah3h6chgmal6v1"))))
|
|
||||||
(build-system go-build-system)
|
|
||||||
(arguments
|
|
||||||
'(#:import-path "github.com/hashicorp/go-syslog"))
|
|
||||||
(home-page "https://github.com/hashicorp/go-syslog")
|
|
||||||
(synopsis "Golang syslog wrapper, cross-compile friendly")
|
|
||||||
(description "This package is a very simple wrapper around log/syslog")
|
|
||||||
(license license:expat)))
|
|
||||||
|
|
||||||
(define-public go-golang-zx2c4-com-wireguard
|
(define-public go-golang-zx2c4-com-wireguard
|
||||||
(package
|
(package
|
||||||
(name "go-golang-zx2c4-com-wireguard")
|
(name "go-golang-zx2c4-com-wireguard")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue