mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-17 08:27:47 -05:00
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:
parent
d792bb30b6
commit
c29add8c2e
1 changed files with 12 additions and 12 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue