guix-patches
[Top][All Lists]
Advanced

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

[bug#72874] [PATCH 6/8] gnu: Add jfmt.


From: gemmaro
Subject: [bug#72874] [PATCH 6/8] gnu: Add jfmt.
Date: Fri, 30 Aug 2024 00:14:08 +0900

* gnu/packages/golang-xyz.scm (jfmt): New variable.

Change-Id: I73a979407e2497a8b8a4a50d1efae04a269c2822
---
 gnu/packages/golang-xyz.scm | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 1c37fe0355..ca5830c3e8 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -7198,6 +7198,16 @@ (define-public go-ulid
                     " This package provides an command line interface (CLI)
 tool."))))
 
+(define-public jfmt
+  (package/inherit go-zgo-at-jfmt
+    (name "jfmt")
+    (arguments (list #:install-source? #f
+                     #:import-path "zgo.at/jfmt/cmd/jfmt"
+                     #:unpack-path "zgo.at/jfmt"))
+    (description
+     (string-append (package-description go-zgo-at-jfmt)
+                    "  This package provides a command line interface (CLI) 
tool."))))
+
 ;;;
 ;;; Avoid adding new packages to the end of this file. To reduce the chances
 ;;; of a merge conflict, place them above by existing packages with similar
-- 
2.45.2






reply via email to

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