mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
0c4e1b01ab
commit
f5000f5f07
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue