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:
Sharlatan Hellseher 2024-09-12 22:26:57 +01:00
parent 41d93b749e
commit 305ccb64eb
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -820,11 +820,13 @@ Go programming language.")
(base32 "1dbzc3gmf2haazpv7cgmv97rq40g2xzwbglc17vas8dwhgwgwrzb"))))
(build-system go-build-system)
(arguments
'(#:import-path "golang.org/x/xerrors"))
(list
#:import-path "golang.org/x/xerrors"))
(home-page "https://godoc.org/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.")
(description
"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