GNU bug report logs -
#62284
[PATCH 00/70] gnu: Add mautrix-whatsapp.
Previous Next
Reported by: conses <contact <at> conses.eu>
Date: Sun, 19 Mar 2023 23:26:02 UTC
Severity: normal
Tags: patch
Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/golang.scm (go-github-com-rs-zerolog): New variable.
Change-Id: I83a2a132d43bcf68c51dafe4d5597fc858e5bcac
---
gnu/packages/golang.scm | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 41d2efe99b..2464aee53f 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -11991,6 +11991,33 @@ (define-public go-github-com-coreos-go-systemd-journal
journal. It's implemented in pure Go and connects to the journal directly
over its unix socket.")))
+(define-public go-github-com-rs-zerolog
+ (package
+ (name "go-github-com-rs-zerolog")
+ (version "1.29.0")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/rs/zerolog")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "111f8x6nf0w9bxwcn3a3yc8q0ivyv33jpg4jslman5rmpjh4rp46"))))
+ (build-system go-build-system)
+ (arguments (list #:import-path "github.com/rs/zerolog"))
+ (propagated-inputs
+ (list
+ go-github-com-coreos-go-systemd-journal
+ go-github-com-mattn-go-colorable
+ go-github-com-pkg-errors
+ go-github-com-rs-xid))
+ (home-page "https://github.com/rs/zerolog")
+ (synopsis "Zero allocation JSON logger")
+ (description "This package provides a fast and simple logger dedicated to
+to JSON output.")
+ (license license:expat)))
+
(define-public go-mau-fi-libsignal
(package
(name "go-mau-fi-libsignal")
--
2.41.0
--
Best regards,
Miguel Ángel Moreno
This bug report was last modified 98 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.