mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: go-github-com-francoispqt-gojay: Adjust inputs.
* gnu/packages/golang-web.scm (go-github-com-francoispqt-gojay): [propagated-inputs]: Swap to [native-inputs]. Change-Id: Ie83ea13685036b2688f668cde8bbb831ba5cd602
This commit is contained in:
parent
d087261feb
commit
502c8a7442
1 changed files with 1 additions and 1 deletions
|
@ -326,7 +326,7 @@ (define-public go-github-com-francoispqt-gojay
|
|||
(build-system go-build-system)
|
||||
(arguments
|
||||
'(#:import-path "github.com/francoispqt/gojay"))
|
||||
(propagated-inputs
|
||||
(native-inputs
|
||||
(list go-github-com-stretchr-testify))
|
||||
(synopsis "JSON encoder/decoder with powerful stream API for Golang")
|
||||
(description "GoJay is a performant JSON encoder/decoder for Golang. It has
|
||||
|
|
Loading…
Reference in a new issue