diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-07-06 22:37:23 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-07-07 11:21:22 +0100 |
commit | 63392aa2ff8a1c991ed20f4043f08df53c76002f (patch) | |
tree | fa882fc36933024202df441ebf10a861d0344209 /gnu/packages/golang-xyz.scm | |
parent | 458704757143224dcc4bd650a5092286cca28b13 (diff) | |
download | guix-63392aa2ff8a1c991ed20f4043f08df53c76002f.tar.gz |
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
Diffstat (limited to 'gnu/packages/golang-xyz.scm')
-rw-r--r-- | gnu/packages/golang-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index 7f40c856dc..1bfeece415 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -4363,7 +4363,7 @@ Use waterutil with it to work with TUN/TAP packets/frames.") #: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 |