GNU bug report logs - #62284
[PATCH 00/70] gnu: Add mautrix-whatsapp.

Previous Next

Package: guix-patches;

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

From: conses <contact <at> conses.eu>
To: 62284 <at> debbugs.gnu.org
Subject: [bug#62284] [PATCH 64/70] gnu: Add go-github-com-coreos-go-systemd-journal.
Date: Mon, 20 Mar 2023 00:50:31 +0100
* gnu/packages/golang.scm (go-github-com-coreos-go-systemd-journal): New variable.
---
 gnu/packages/golang.scm | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 2e602f1f34..c9ad032931 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -12358,6 +12358,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.39.1



-- 
Best regards,
conses




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.