gnu: go-github-com-songmu-gitconfig: Fix build.
As seen in <https://ci.guix.gnu.org/build/3490304/log/raw>. * gnu/packages/golang-xyz.scm go-github-com-songmu-gitconfig: Update style. [arguments] <#:go>: Use go-1.21. Change-Id: Iea7a32b51d4bd74e99c52938307c11177ae79199master
parent
efa4809384
commit
92b5c13c6a
|
@ -1153,10 +1153,12 @@ Use waterutil with it to work with TUN/TAP packets/frames.")
|
||||||
(base32 "1y01h496a7pfj1g2bclls5b0nl3vnj7nz610jj1dzq9kxrwxk7fk"))))
|
(base32 "1y01h496a7pfj1g2bclls5b0nl3vnj7nz610jj1dzq9kxrwxk7fk"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:import-path "github.com/Songmu/gitconfig"
|
(list
|
||||||
;; Package's tests appear to be hardcoded to the author's gitconfig
|
;; Package's tests appear to be hardcoded to the author's gitconfig
|
||||||
;; and require network access.
|
;; and require network access.
|
||||||
#:tests? #f))
|
#:tests? #f
|
||||||
|
#:go go-1.21
|
||||||
|
#:import-path "github.com/Songmu/gitconfig"))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list go-github-com-goccy-yaml))
|
(list go-github-com-goccy-yaml))
|
||||||
(synopsis "Go library to get configuration values from gitconfig")
|
(synopsis "Go library to get configuration values from gitconfig")
|
||||||
|
|
Reference in New Issue