gnu: go-github-com-alecthomas-participle-v2: Fix bulid.

* gnu/packages/golang-xyz.scm (go-github-com-alecthomas-participle-v2)
[native-inputs]: Add go-github-com-alecthomas-kong.

Change-Id: I4e6b28bb9200efde0a249ff4ff793393a5fed851
This commit is contained in:
Sharlatan Hellseher 2024-12-24 16:23:07 +00:00
parent 0c4e1b01ab
commit f5000f5f07
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -740,7 +740,8 @@ with as little developer effort as possible.")
(list
#:import-path "github.com/alecthomas/participle/v2"))
(native-inputs
(list go-github-com-alecthomas-assert-v2))
(list go-github-com-alecthomas-assert-v2
go-github-com-alecthomas-kong)) ; for CLI
(home-page "https://github.com/alecthomas/participle")
(synopsis "Parser library for Go")
(description