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 63/70] gnu: Add go-github-com-coreos-go-systemd.
Date: Mon, 20 Mar 2023 00:50:22 +0100
* gnu/packages/golang.scm (go-github-com-coreos-go-systemd): New variable.
---
 gnu/packages/golang.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index bf5843fc75..2e602f1f34 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -12336,6 +12336,28 @@ (define-public go-github-com-rs-xid
 ready to safely be used directly in your server code.")
     (license license:expat)))
 
+(define-public go-github-com-coreos-go-systemd
+  (package
+    (name "go-github-com-coreos-go-systemd")
+    (version "22.5.0")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/coreos/go-systemd")
+                    (commit (string-append "v" version))))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "1vhb4cw8nw9nx8mprx829xv8w4jnwhc2lcyjljzlfafsn8nx5nyf"))))
+    (build-system go-build-system)
+    (arguments (list #:import-path "github.com/coreos/go-systemd"))
+    (propagated-inputs (list go-github-com-godbus-dbus))
+    (home-page "https://github.com/coreos/go-systemd")
+    (synopsis "Go bindings to systemd")
+    (description "Go bindings to systemd socket activation, journal, D-Bus,
+and unit files.")
+    (license license:asl2.0)))
+
 (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.