mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: gopkg-in-errgo-fmt-errors: Rename to go-gopkg-in-errgo-fmt-errors.
* gnu/packages/golang.scm (gopkg-in-errgo-fmt-errors): Rename to … (go-gopkg-in-errgo-fmt-errors): … this. * gnu/packages/configuration-management.scm (chezmoi)[native-inputs]: Update accordingly. Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
4b249fcb03
commit
19c81c1517
2 changed files with 4 additions and 4 deletions
|
@ -97,7 +97,7 @@
|
||||||
go-golang-org-x-net
|
go-golang-org-x-net
|
||||||
go-golang-org-x-oauth2
|
go-golang-org-x-oauth2
|
||||||
go-github-com-rogpeppe-go-internal
|
go-github-com-rogpeppe-go-internal
|
||||||
gopkg-in-errgo-fmt-errors))
|
go-gopkg-in-errgo-fmt-errors))
|
||||||
(home-page "https://www.chezmoi.io/")
|
(home-page "https://www.chezmoi.io/")
|
||||||
(synopsis "Personal configuration files manager")
|
(synopsis "Personal configuration files manager")
|
||||||
(description "This package helps to manage personal configuration files
|
(description "This package helps to manage personal configuration files
|
||||||
|
|
|
@ -9190,9 +9190,9 @@ Included are the following:
|
||||||
@end itemize\n")
|
@end itemize\n")
|
||||||
(license license:bsd-3)))
|
(license license:bsd-3)))
|
||||||
|
|
||||||
(define-public gopkg-in-errgo-fmt-errors
|
(define-public go-gopkg-in-errgo-fmt-errors
|
||||||
(package
|
(package
|
||||||
(name "gopkg-in-errgo-fmt-errors")
|
(name "go-gopkg-in-errgo-fmt-errors")
|
||||||
(version "2.1.0")
|
(version "2.1.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -9205,7 +9205,7 @@ Included are the following:
|
||||||
"065mbihiy7q67wnql0bzl9y1kkvck5ivra68254zbih52jxwrgr2"))))
|
"065mbihiy7q67wnql0bzl9y1kkvck5ivra68254zbih52jxwrgr2"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:import-path "gopkg.in/errgo.v2/fmt/errors"
|
`(#:import-path "gopkg.in/errgo.v2"
|
||||||
#:tests? #f
|
#:tests? #f
|
||||||
;; Source-only package
|
;; Source-only package
|
||||||
#:phases
|
#:phases
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue