mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-15 11:30:44 +02:00
gnu: go-golang-org-x-xerrors: Move to golang-build.
* gnu/packages/golang.scm (go-golang-org-x-xerrors): Move from here ... * gnu/packages/golang-build.scm: ... to here. Change-Id: I68c9aa1607d71d08eb7ea4e5caf27121cdd0df4c
This commit is contained in:
parent
2e8b550b56
commit
b900304377
2 changed files with 25 additions and 24 deletions
|
@ -3675,30 +3675,6 @@ time.")
|
|||
spec in Go.")
|
||||
(license license:bsd-3))))
|
||||
|
||||
(define-public go-golang-org-x-xerrors
|
||||
(let ((commit "5ec99f83aff198f5fbd629d6c8d8eb38a04218ca")
|
||||
(revision "0"))
|
||||
(package
|
||||
(name "go-golang-org-x-xerrors")
|
||||
(version (git-version "0.0.0" revision commit))
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://go.googlesource.com/xerrors")
|
||||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1dbzc3gmf2haazpv7cgmv97rq40g2xzwbglc17vas8dwhgwgwrzb"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
'(#:import-path "golang.org/x/xerrors"))
|
||||
(synopsis "Go 1.13 error values")
|
||||
(description
|
||||
"This package holds the transition packages for the new Go 1.13 error values.")
|
||||
(home-page "https://godoc.org/golang.org/x/xerrors")
|
||||
(license license:bsd-3))))
|
||||
|
||||
(define-public go-github-com-hashicorp-go-uuid
|
||||
(package
|
||||
(name "go-github-com-hashicorp-go-uuid")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue