mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-golang-org-x-xerrors: Fix indentation.
* gnu/packages/golang-build.scm (go-golang-org-x-xerrors): Fix indentation, apply new list style. Change-Id: I2c83816293f299cac9bc641a7710fedcc1419f3a
This commit is contained in:
parent
41d93b749e
commit
305ccb64eb
1 changed files with 22 additions and 20 deletions
|
@ -806,26 +806,28 @@ Go programming language.")
|
||||||
(license license:bsd-3)))
|
(license license:bsd-3)))
|
||||||
|
|
||||||
(define-public go-golang-org-x-xerrors
|
(define-public go-golang-org-x-xerrors
|
||||||
(package
|
(package
|
||||||
(name "go-golang-org-x-xerrors")
|
(name "go-golang-org-x-xerrors")
|
||||||
(version "0.0.0-20200804184101-5ec99f83aff1")
|
(version "0.0.0-20200804184101-5ec99f83aff1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://go.googlesource.com/xerrors")
|
(url "https://go.googlesource.com/xerrors")
|
||||||
(commit (go-version->git-ref version))))
|
(commit (go-version->git-ref version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1dbzc3gmf2haazpv7cgmv97rq40g2xzwbglc17vas8dwhgwgwrzb"))))
|
(base32 "1dbzc3gmf2haazpv7cgmv97rq40g2xzwbglc17vas8dwhgwgwrzb"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:import-path "golang.org/x/xerrors"))
|
(list
|
||||||
(home-page "https://godoc.org/golang.org/x/xerrors")
|
#:import-path "golang.org/x/xerrors"))
|
||||||
(synopsis "Go 1.13 error values")
|
(home-page "https://godoc.org/golang.org/x/xerrors")
|
||||||
(description "This package holds the transition packages for the new Go
|
(synopsis "Go 1.13 error values")
|
||||||
1.13 error values.")
|
(description
|
||||||
(license license:bsd-3)))
|
"This package holds the transition packages for the new Go 1.13 error
|
||||||
|
values.")
|
||||||
|
(license license:bsd-3)))
|
||||||
|
|
||||||
(define-public go-google-golang-org-protobuf
|
(define-public go-google-golang-org-protobuf
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue