GNU bug report logs - #66603
[PATCH 00/29] Add miller.

Previous Next

Package: guix-patches;

Reported by: Wilko Meyer <w <at> wmeyer.eu>

Date: Wed, 18 Oct 2023 09:37:01 UTC

Severity: normal

Tags: patch

Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


Message #83 received at 66603 <at> debbugs.gnu.org (full text, mbox):

From: Wilko Meyer <w <at> wmeyer.eu>
To: 66603 <at> debbugs.gnu.org
Cc: Wilko Meyer <w <at> wmeyer.eu>
Subject: [PATCH 23/29] gnu: Add miller.
Date: Wed, 18 Oct 2023 11:38:21 +0200
* gnu/packages/golang.scm (miller): New variable.
---
 gnu/packages/golang.scm | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 0c11ac368a..bf5caf9c2c 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -6665,6 +6665,16 @@ (define-public go-github-com-johnkerl-miller
      "Like awk, sed, cut, join, and sort for data formats such as
 CSV, TSV, JSON, JSON Lines, and positionally-indexed")
     (license license:bsd-2)))
+
+(define-public miller
+  (package
+    (inherit go-github-com-johnkerl-miller)
+    (name "miller")
+    (arguments
+     (ensure-keyword-arguments
+      (package-arguments go-github-com-johnkerl-miller)
+      (list #:install-source? #f)))))
+
 (define-public misspell
   (package
     (name "misspell")
-- 
2.41.0





This bug report was last modified 1 year and 41 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.