mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: go-github-com-goccy-yaml: Rename variable.
gnu/packages/golang-xyz.scm (go-github-com-goccy-yaml): Rename variable to go-github-com-goccy-go-yaml to reflect go.mode name. gnu/packages/golang.scm (go-github-com-songmu-gitconfig) [propagated-inputs]: Remove go-github-com-goccy-yaml. Add go-github-com-goccy-go-yaml. gnu/packages/web.scm (go-github-com-mikefarah-yq-v4) [propagated-inputs]: Likewise. Change-Id: Id8663c08cb75974eb9e881bb7e22623ed463ffa5
This commit is contained in:
parent
4587047571
commit
63392aa2ff
3 changed files with 4 additions and 4 deletions
|
@ -4363,7 +4363,7 @@ (define-public go-github-com-songmu-gitconfig
|
|||
#:go go-1.21
|
||||
#:import-path "github.com/Songmu/gitconfig"))
|
||||
(propagated-inputs
|
||||
(list go-github-com-goccy-yaml))
|
||||
(list go-github-com-goccy-go-yaml))
|
||||
(home-page "https://github.com/songmu/gitconfig")
|
||||
(synopsis "Go library to get configuration values from gitconfig")
|
||||
(description
|
||||
|
|
|
@ -7851,9 +7851,9 @@ (define-public go-github-com-kardianos-minwinsvc
|
|||
modifying them.")
|
||||
(license license:zlib)))
|
||||
|
||||
(define-public go-github-com-goccy-yaml
|
||||
(define-public go-github-com-goccy-go-yaml
|
||||
(package
|
||||
(name "go-github-com-goccy-yaml")
|
||||
(name "go-github-com-goccy-go-yaml")
|
||||
(version "1.11.3")
|
||||
(home-page "https://github.com/goccy/go-yaml")
|
||||
(source
|
||||
|
|
|
@ -5449,7 +5449,7 @@ (define-public go-github-com-mikefarah-yq-v4
|
|||
go-github-com-elliotchance-orderedmap
|
||||
go-github-com-fatih-color
|
||||
go-github-com-goccy-go-json
|
||||
go-github-com-goccy-yaml
|
||||
go-github-com-goccy-go-yaml
|
||||
go-github-com-jinzhu-copier
|
||||
go-github-com-magiconair-properties
|
||||
go-github-com-pelletier-go-toml-v2
|
||||
|
|
Loading…
Reference in a new issue