From ba17880abd18b59eaf41e04893ce019cb1724814 Mon Sep 17 00:00:00 2001 From: "Artyom V. Poptsov" Date: Wed, 17 Jan 2024 22:38:38 +0300 Subject: gnu: Add go-github-com-coreos-go-systemd-journal. * gnu/packages/golang.scm (go-github-com-coreos-go-systemd-journal): New variable. Change-Id: I6a8ae9d416ce7c4236ce0d8a8388da130964144c Signed-off-by: Sharlatan Hellseher --- gnu/packages/golang-xyz.scm | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'gnu/packages/golang-xyz.scm') diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index c968b0018b..2bb68ecb86 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -257,6 +257,19 @@ (define-public go-github-com-coreos-go-systemd-dbus (description "Go bindings to systemd for starting/stopping/inspecting running services and units."))) +(define-public go-github-com-coreos-go-systemd-journal + (package + (inherit go-github-com-coreos-go-systemd-activation) + (name "go-github-com-coreos-go-systemd-journal") + (arguments + '(#:tests? #f ;Tests require access to journald socket. + #:import-path "github.com/coreos/go-systemd/journal" + #:unpack-path "github.com/coreos/go-systemd")) + (home-page "https://github.com/coreos/go-systemd") + (synopsis "Go bindings to systemd for writing journald") + (description "Go bindings to systemd for writing to systemd's logging +service, journald."))) + (define-public go-github-com-cyberdelia-go-metrics-graphite (package (name "go-github-com-cyberdelia-go-metrics-graphite") -- cgit v1.2.3