me
/
guix
Archived
1
0
Fork 0

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
master
Sharlatan Hellseher 2023-11-29 22:35:18 +00:00 committed by Maxim Cournoyer
parent d087261feb
commit 502c8a7442
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 1 additions and 1 deletions

View File

@ -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