guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/08: gnu: Add go-github-com-coreos-go-systemd-login1.


From: guix-commits
Subject: 05/08: gnu: Add go-github-com-coreos-go-systemd-login1.
Date: Wed, 14 Feb 2024 18:04:02 -0500 (EST)

sharlatan pushed a commit to branch master
in repository guix.

commit 40cc2ca588607f976f0adc094b91a886ef0044f6
Author: Artyom V. Poptsov <poptsov.artyom@gmail.com>
AuthorDate: Wed Jan 17 22:43:37 2024 +0300

    gnu: Add go-github-com-coreos-go-systemd-login1.
    
    * gnu/packages/golang.scm (go-github-com-coreos-go-systemd-login1): New
      variable.
    
    Change-Id: I815e67c119b00232a620004f72e6b61d90d2c06a
    Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
---
 gnu/packages/golang-xyz.scm | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 2bb68ecb86..909442a762 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -270,6 +270,20 @@ running services and units.")))
     (description "Go bindings to systemd for writing to systemd's logging
 service, journald.")))
 
+(define-public go-github-com-coreos-go-systemd-login1
+  (package
+    (inherit go-github-com-coreos-go-systemd-activation)
+    (name "go-github-com-coreos-go-systemd-login1")
+    (arguments
+     '(#:tests? #f ;Tests require D-Bus daemon running.
+       #:import-path "github.com/coreos/go-systemd/login1"
+       #:unpack-path "github.com/coreos/go-systemd"))
+    (native-inputs (list go-github-com-godbus-dbus))
+    (home-page "https://github.com/coreos/go-systemd";)
+    (synopsis "Go bindings to systemd for integration with logind API")
+    (description "Go bindings to systemd for integration with the systemd
+logind API.")))
+
 (define-public go-github-com-cyberdelia-go-metrics-graphite
   (package
     (name "go-github-com-cyberdelia-go-metrics-graphite")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]