diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2023-11-29 22:35:18 +0000 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2024-01-03 16:35:21 -0500 |
commit | 502c8a7442e20c8d9aced661db4a4f8f7551ea44 (patch) | |
tree | b87d786641ad878fa85156d1d35c1e944dd72ef6 /gnu | |
parent | d087261febf44b44936548849f155bc57680dadb (diff) | |
download | guix-502c8a7442e20c8d9aced661db4a4f8f7551ea44.tar.gz guix-502c8a7442e20c8d9aced661db4a4f8f7551ea44.zip |
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
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/golang-web.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm index 2790e2b5aa..59312f791a 100644 --- a/gnu/packages/golang-web.scm +++ b/gnu/packages/golang-web.scm @@ -326,7 +326,7 @@ application's http.Handlers.") (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 |