gnu: go-github-com-itchyny-gojq: Fix indentation.

* gnu/packages/web.scm (go-github-com-itchyny-gojq): Fix indentation.
[inputs]: Place after [arguments].

Change-Id: Ic397ffe4ff641a50738d3a4dacef411136bc2d6b
This commit is contained in:
Sharlatan Hellseher 2024-08-14 18:01:24 +01:00
parent d792bb30b6
commit c29add8c2e
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -5531,16 +5531,16 @@ (define-public go-github-com-itchyny-gojq
(sha256
(base32 "1dqmnxnipi497nx9x10ifack09w41579svryss5q2w5wxy0pg764"))))
(build-system go-build-system)
(arguments
(list
#:import-path "github.com/itchyny/gojq/cmd/gojq"
#:unpack-path "github.com/itchyny/gojq"))
(inputs
(list go-github-com-google-go-cmp
go-github-com-itchyny-timefmt-go
go-github-com-mattn-go-isatty
go-github-com-mattn-go-runewidth
go-gopkg-in-yaml-v3))
(arguments
(list
#:import-path "github.com/itchyny/gojq/cmd/gojq"
#:unpack-path "github.com/itchyny/gojq"))
(home-page "https://github.com/itchyny/gojq")
(synopsis "Pure Go implementation of jq")
(description