[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#48729] [PATCH v5 11/25] gnu: Add go-github-com-op-go-logging.
From: |
Raghav Gururajan |
Subject: |
[bug#48729] [PATCH v5 11/25] gnu: Add go-github-com-op-go-logging. |
Date: |
Fri, 18 Jun 2021 02:44:05 -0400 |
* gnu/packages/golang.scm (go-github-com-op-go-logging): New variable.
---
gnu/packages/golang.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 214cac5f5e..401b13791c 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -69,6 +69,32 @@
#:use-module (ice-9 match)
#:use-module (srfi srfi-1))
+(define-public go-github-com-op-go-logging
+ (package
+ (name "go-github-com-op-go-logging")
+ (version "1")
+ (source
+ (origin
+ (method git-fetch)
+ (uri
+ (git-reference
+ (url "https://github.com/op/go-logging")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "01a6lkpj5p82gplddh55az194s9y3014p4j8x4zc8yv886z9c8gn"))))
+ (build-system go-build-system)
+ (arguments
+ `(#:tests? #f ; ERROR: incorrect callpath: String.rec...a.b.c.Info.
+ #:import-path "github.com/op/go-logging"))
+ (home-page "https://github.com/op/go-logging")
+ (synopsis "Golang logging library")
+ (description "Go-Logging implements a logging infrastructure for Go. Its
+output format is customizable and supports different logging backends like
+syslog, file and memory. Multiple backends can be utilized with different log
+levels per backend and logger.")
+ (license license:bsd-3)))
+
(define-public go-github-com-operatorfoundation-shapeshifter-ipc
(package
(name "go-github-com-operatorfoundation-shapeshifter-ipc")
--
2.32.0
- [bug#48729] [PATCH v5 01/25] gnu: Add go-github-com-rakyll-statik., Raghav Gururajan, 2021/06/18
- [bug#48729] [PATCH v5 02/25] gnu: Add go-github-com-dchest-siphash., Raghav Gururajan, 2021/06/18
- [bug#48729] [PATCH v5 04/25] gnu: Add go-github-com-apparentlymart-go-openvpn-mgmt., Raghav Gururajan, 2021/06/18
- [bug#48729] [PATCH v5 08/25] gnu: Add go-github-com-willscott-goturn., Raghav Gururajan, 2021/06/18
- [bug#48729] [PATCH v5 05/25] gnu: Add go-github-com-keybase-go-ps., Raghav Gururajan, 2021/06/18
- [bug#48729] [PATCH v5 03/25] gnu: Add go-github-com-emersion-go-autostart., Raghav Gururajan, 2021/06/18
- [bug#48729] [PATCH v5 06/25] gnu: Add go-github-com-sevlyar-go-daemon., Raghav Gururajan, 2021/06/18
- [bug#48729] [PATCH v5 13/25] gnu: Add go-github-com-deckarep-golang-set., Raghav Gururajan, 2021/06/18
- [bug#48729] [PATCH v5 09/25] gnu: Add go-github-com-operatorfoundation-obfs4., Raghav Gururajan, 2021/06/18
- [bug#48729] [PATCH v5 07/25] gnu: Add go-torproject-org-pluggable-transports-goptlib., Raghav Gururajan, 2021/06/18
- [bug#48729] [PATCH v5 11/25] gnu: Add go-github-com-op-go-logging.,
Raghav Gururajan <=
- [bug#48729] [PATCH v5 12/25] gnu: Add go-github-com-blanu-dust., Raghav Gururajan, 2021/06/18
- [bug#48729] [PATCH v5 10/25] gnu: Add go-github-com-operatorfoundation-shapeshifter-ipc., Raghav Gururajan, 2021/06/18