mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: go-github-com-itchyny-gojq: Install the library.
* gnu/packages/web.scm (go-github-com-itchyny-gojq): Install the library files instead of "gojq" binary. [arguments]: Remove <unpack-path>, adjust <import-path>. Change-Id: I72235e0cfeee81b0e7490ebd9d92d0d36ceb1844 Reviewed-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
47e941cb80
commit
3ba6127415
1 changed files with 1 additions and 2 deletions
|
@ -5605,8 +5605,7 @@ (define-public go-github-com-itchyny-gojq
|
|||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:import-path "github.com/itchyny/gojq/cmd/gojq"
|
||||
#:unpack-path "github.com/itchyny/gojq"))
|
||||
#:import-path "github.com/itchyny/gojq"))
|
||||
(inputs
|
||||
(list go-github-com-google-go-cmp
|
||||
go-github-com-itchyny-timefmt-go
|
||||
|
|
Loading…
Reference in a new issue