guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#66603] [PATCH 23/29] gnu: Add miller.


From: Wilko Meyer
Subject: [bug#66603] [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






reply via email to

[Prev in Thread] Current Thread [Next in Thread]