guix-commits
[Top][All Lists]
Advanced

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

22/24: gnu: Add go-gopkg-in-op-go-logging-v1.


From: guix-commits
Subject: 22/24: gnu: Add go-gopkg-in-op-go-logging-v1.
Date: Fri, 16 Feb 2024 09:21:14 -0500 (EST)

sharlatan pushed a commit to branch master
in repository guix.

commit 32aa57a3583b8ef7f355ea984ffcc0c63bf9d6b3
Author: Hilton Chain <hako@ultrarare.space>
AuthorDate: Sat Jul 29 01:20:07 2023 +0800

    gnu: Add go-gopkg-in-op-go-logging-v1.
    
    * gnu/packages/golang-xyz.scm (go-gopkg-in-op-go-logging-v1): New
    variable.
    
    Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
    Change-Id: I73b0ab7ed1e0f46a5bf8e4f92bcf3028dbf1a336
---
 gnu/packages/golang-xyz.scm | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index f4ffd3b6eb..b0a5955405 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -1013,6 +1013,15 @@ Use waterutil with it to work with TUN/TAP 
packets/frames.")
 CPU quota.")
     (license license:expat)))
 
+(define-public go-gopkg-in-op-go-logging-v1
+  (package
+    (inherit go-github-com-op-go-logging)
+    (name "go-gopkg-in-op-go-logging-v1")
+    (arguments
+     (substitute-keyword-arguments
+         (package-arguments go-github-com-op-go-logging)
+       ((#:import-path _) "gopkg.in/op/go-logging.v1")))))
+
 ;;;
 ;;; 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



reply via email to

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