gnu: Add gojq.
* gnu/packages/web (gojq): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
parent
8f591cf430
commit
3c8e3d0f90
|
@ -4950,6 +4950,15 @@ time strings.")
|
||||||
processor.")
|
processor.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public gojq
|
||||||
|
(package
|
||||||
|
(inherit go-github-com-itchyny-gojq)
|
||||||
|
(name "gojq")
|
||||||
|
(arguments
|
||||||
|
(ensure-keyword-arguments
|
||||||
|
(package-arguments go-github-com-itchyny-gojq)
|
||||||
|
(list #:install-source? #f)))))
|
||||||
|
|
||||||
(define-public pup
|
(define-public pup
|
||||||
(let ((revision "1")
|
(let ((revision "1")
|
||||||
(commit "681d7bb639334bf485476f5872c5bdab10931f9a"))
|
(commit "681d7bb639334bf485476f5872c5bdab10931f9a"))
|
||||||
|
|
Reference in New Issue