gnu: go-gopkg-in-warnings: Rename variable.

* gnu/packages/golang.scm (go-gopkg-in-warnings): Rename to
go-gopkg-in-warnings-v0 to reflect go.mod import path.

* gnu/packages/golang.scm (go-github-com-go-git-gcfg)
[propagated-inputs]: Remove go-gopkg-in-warnings; add
go-gopkg-in-warnings-v0.

* gnu/packages/version-control.scm (go-github-com-go-git-go-git-v5):
[propagated-inputs]: Remove go-gopkg-in-warnings; add
go-gopkg-in-warnings-v0.

Change-Id: Ie926408d639fca13c6c4bd4e6f382f5cb4424e8b
This commit is contained in:
Sharlatan Hellseher 2024-12-21 23:50:06 +00:00
parent c972e07971
commit b7a4139a6c
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5
2 changed files with 4 additions and 4 deletions

View file

@ -4871,9 +4871,9 @@ use one of our glamorous default themes.")
"A simple, efficient spring animation library for smooth, natural motion.") "A simple, efficient spring animation library for smooth, natural motion.")
(license license:expat))) (license license:expat)))
(define-public go-gopkg-in-warnings (define-public go-gopkg-in-warnings-v0
(package (package
(name "go-gopkg-in-warnings") (name "go-gopkg-in-warnings-v0")
(version "0.1.2") (version "0.1.2")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
@ -4909,7 +4909,7 @@ errors (warnings).")
(arguments (arguments
`(#:import-path "github.com/go-git/gcfg")) `(#:import-path "github.com/go-git/gcfg"))
(native-inputs (native-inputs
(list go-gopkg-in-warnings go-github-com-pkg-errors)) (list go-gopkg-in-warnings-v0 go-github-com-pkg-errors))
(build-system go-build-system) (build-system go-build-system)
(home-page "https://github.com/go-git/gcfg/") (home-page "https://github.com/go-git/gcfg/")
(synopsis "Gcfg reads INI-style configuration files into Go structs") (synopsis "Gcfg reads INI-style configuration files into Go structs")

View file

@ -4224,7 +4224,7 @@ defects faster.")
go-golang-org-x-net go-golang-org-x-net
go-golang-org-x-text go-golang-org-x-text
go-gopkg-in-check-v1 go-gopkg-in-check-v1
go-gopkg-in-warnings)) go-gopkg-in-warnings-v0))
(native-inputs (list git)) (native-inputs (list git))
(home-page "https://github.com/go-git/") (home-page "https://github.com/go-git/")
(synopsis "Git implementation library") (synopsis "Git implementation library")