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
Message #389 received at 62284 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/golang.scm (go-github-com-coreos-go-systemd-journal): New variable.
Change-Id: I4a2581c1fe975a156b5c258565bb79be14b82c57
---
gnu/packages/golang.scm | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 35a4046f63..41d2efe99b 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -11978,6 +11978,19 @@ (define-public go-github-com-coreos-go-systemd
and unit files.")
(license license:asl2.0)))
+(define-public go-github-com-coreos-go-systemd-journal
+ (package
+ (inherit go-github-com-coreos-go-systemd)
+ (name "go-github-com-coreos-go-systemd-journal")
+ (arguments
+ (list #:unpack-path "github.com/coreos/go-systemd/v22"
+ #:import-path "github.com/coreos/go-systemd/v22/journal"
+ #:tests? #f))
+ (synopsis "Write to systemd's logging service, journald")
+ (description "This package provides write bindings to the local systemd
+journal. It's implemented in pure Go and connects to the journal directly
+over its unix socket.")))
+
(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.