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: Ie83ea13685036b2688f668cde8bbb831ba5cd602master
parent
d087261feb
commit
502c8a7442
|
@ -326,7 +326,7 @@ application's http.Handlers.")
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:import-path "github.com/francoispqt/gojay"))
|
'(#:import-path "github.com/francoispqt/gojay"))
|
||||||
(propagated-inputs
|
(native-inputs
|
||||||
(list go-github-com-stretchr-testify))
|
(list go-github-com-stretchr-testify))
|
||||||
(synopsis "JSON encoder/decoder with powerful stream API for Golang")
|
(synopsis "JSON encoder/decoder with powerful stream API for Golang")
|
||||||
(description "GoJay is a performant JSON encoder/decoder for Golang. It has
|
(description "GoJay is a performant JSON encoder/decoder for Golang. It has
|
||||||
|
|
Reference in New Issue