mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 03:50:45 +02:00
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:
parent
c972e07971
commit
b7a4139a6c
2 changed files with 4 additions and 4 deletions
|
@ -4871,9 +4871,9 @@ use one of our glamorous default themes.")
|
|||
"A simple, efficient spring animation library for smooth, natural motion.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public go-gopkg-in-warnings
|
||||
(define-public go-gopkg-in-warnings-v0
|
||||
(package
|
||||
(name "go-gopkg-in-warnings")
|
||||
(name "go-gopkg-in-warnings-v0")
|
||||
(version "0.1.2")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
|
@ -4909,7 +4909,7 @@ errors (warnings).")
|
|||
(arguments
|
||||
`(#:import-path "github.com/go-git/gcfg"))
|
||||
(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)
|
||||
(home-page "https://github.com/go-git/gcfg/")
|
||||
(synopsis "Gcfg reads INI-style configuration files into Go structs")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue