GNU bug report logs -
#59210
[PATCH 0/3] Add gojq and dependencies.
Previous Next
Reported by: kiasoc5 <kiasoc5 <at> disroot.org>
Date: Sat, 12 Nov 2022 08:14:02 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #14 received at 59210 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/web (gojq): New variable.
---
gnu/packages/web.scm | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index faaaf33f74..2014e7431b 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -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"))
--
2.38.1
This bug report was last modified 2 years and 176 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.