mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-13 18:40:57 +02:00
gnu: go-gopkg-in-errgo-fmt-errors: Rename variable.
* gnu/packages/golang-check.scm (go-gopkg-in-errgo-fmt-errors): Reename variable to go-gopkg-in-errgo-v2 reflecting go.mod module path. * gnu/packages/golang.scm (gofumpt): [native-inputs]: Remove go-gopkg-in-errgo-fmt-errors; add go-gopkg-in-errgo-v2. Change-Id: Iaaae97df06a68c16162ced1db65bb905adc34ddc
This commit is contained in:
parent
1ec0aa1de9
commit
30755a5dd4
2 changed files with 3 additions and 3 deletions
|
@ -1760,9 +1760,9 @@ accurate testing of your code.")
|
||||||
(with-directory-excursion (string-append "src/" import-path)
|
(with-directory-excursion (string-append "src/" import-path)
|
||||||
(invoke "go" "test" "-v" "./..."))))))))))
|
(invoke "go" "test" "-v" "./..."))))))))))
|
||||||
|
|
||||||
(define-public go-gopkg-in-errgo-fmt-errors
|
(define-public go-gopkg-in-errgo-v2
|
||||||
(package
|
(package
|
||||||
(name "go-gopkg-in-errgo-fmt-errors")
|
(name "go-gopkg-in-errgo-v2")
|
||||||
(version "2.1.0")
|
(version "2.1.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
|
|
|
@ -5378,7 +5378,7 @@ Gemini clients and servers.")
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:import-path "mvdan.cc/gofumpt"))
|
`(#:import-path "mvdan.cc/gofumpt"))
|
||||||
(native-inputs (list go-gopkg-in-errgo-fmt-errors))
|
(native-inputs (list go-gopkg-in-errgo-v2))
|
||||||
(propagated-inputs (list go-github-com-pkg-diff
|
(propagated-inputs (list go-github-com-pkg-diff
|
||||||
go-github-com-kr-text
|
go-github-com-kr-text
|
||||||
go-github-com-kr-pretty
|
go-github-com-kr-pretty
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue