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


Message #386 received at 62284 <at> debbugs.gnu.org (full text, mbox):

From: Miguel Ángel Moreno <mail <at> migalmoreno.com>
To: 62284 <at> debbugs.gnu.org
Cc: mail <at> migalmoreno.com
Subject: [PATCH v2 63/71] gnu: Add go-github-com-coreos-go-systemd.
Date: Sun, 11 Feb 2024 23:08:23 +0100
* gnu/packages/golang.scm (go-github-com-coreos-go-systemd): New variable.

Change-Id: I3ba5034303f8e633e19a8996268b24c5074f31c4
---
 gnu/packages/golang.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 965460a873..35a4046f63 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -11956,6 +11956,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.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.