guix-commits
[Top][All Lists]
Advanced

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

09/17: gnu: Add go-gopkg-in-alecthomas-kingpin-v2.


From: guix-commits
Subject: 09/17: gnu: Add go-gopkg-in-alecthomas-kingpin-v2.
Date: Wed, 27 Mar 2024 19:09:28 -0400 (EDT)

sharlatan pushed a commit to branch master
in repository guix.

commit f1911e65f94184e39582849907128b7a197ecd51
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Fri Mar 22 22:15:11 2024 +0000

    gnu: Add go-gopkg-in-alecthomas-kingpin-v2.
    
    * gnu/packages/golang-xyz.scm (go-gopkg-in-alecthomas-kingpin-v2): New 
variable.
    
    Change-Id: I35a0919b30a191000e922882619e778187b5a0da
---
 gnu/packages/golang-xyz.scm | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index ff3b05d83b..0288e3c575 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -2166,6 +2166,13 @@ CPU quota.")
 Go.")
     (license license:expat)))
 
+(define-public go-gopkg-in-alecthomas-kingpin-v2
+  (package
+    (inherit go-github-com-alecthomas-kingpin)
+    (arguments
+     (list
+      #:import-path "gopkg.in/alecthomas/kingpin.v2"))))
+
 (define-public go-gopkg-in-op-go-logging-v1
   (package
     (inherit go-github-com-op-go-logging)



reply via email to

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