gnu: Add gojq.

* gnu/packages/web (gojq): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
kiasoc5 2022-11-12 03:15:54 -05:00 committed by Ludovic Courtès
parent 8f591cf430
commit 3c8e3d0f90
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -4950,6 +4950,15 @@ (define-public go-github-com-itchyny-gojq
processor.")
(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
(let ((revision "1")
(commit "681d7bb639334bf485476f5872c5bdab10931f9a"))