[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/08: gnu: Add go-github-com-coreos-go-systemd-dbus.
From: |
guix-commits |
Subject: |
03/08: gnu: Add go-github-com-coreos-go-systemd-dbus. |
Date: |
Wed, 14 Feb 2024 18:04:02 -0500 (EST) |
sharlatan pushed a commit to branch master
in repository guix.
commit cfeec48158d2a52ce4fc9d560075ffba1f3b6822
Author: Artyom V. Poptsov <poptsov.artyom@gmail.com>
AuthorDate: Wed Jan 17 22:34:12 2024 +0300
gnu: Add go-github-com-coreos-go-systemd-dbus.
* gnu/packages/golang.scm (go-github-com-coreos-go-systemd-dbus): New
variable.
Change-Id: Ib50ff86ec7c03fd8b5e732dc9b3ec5e4196d8d3b
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 210d9d72fa..c968b0018b 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -243,6 +243,20 @@ using socket activation from Go.")
(description "Go bindings to systemd for notifying the daemon of service
status changes")))
+(define-public go-github-com-coreos-go-systemd-dbus
+ (package
+ (inherit go-github-com-coreos-go-systemd-activation)
+ (name "go-github-com-coreos-go-systemd-dbus")
+ (arguments
+ '(#:tests? #f ;Tests require D-Bus daemon running.
+ #:import-path "github.com/coreos/go-systemd/dbus"
+ #: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 managing services")
+ (description "Go bindings to systemd for starting/stopping/inspecting
+running services and units.")))
+
(define-public go-github-com-cyberdelia-go-metrics-graphite
(package
(name "go-github-com-cyberdelia-go-metrics-graphite")
- branch master updated (1a50943a36 -> 9ddb59f452), guix-commits, 2024/02/14
- 01/08: gnu: go-github-com-coreos-go-systemd-activation: Move to golang-xyz., guix-commits, 2024/02/14
- 08/08: gnu: Add go-github-com-coreos-go-systemd-sdjournal., guix-commits, 2024/02/14
- 05/08: gnu: Add go-github-com-coreos-go-systemd-login1., guix-commits, 2024/02/14
- 02/08: gnu: Add go-github-com-coreos-go-systemd-daemon., guix-commits, 2024/02/14
- 04/08: gnu: Add go-github-com-coreos-go-systemd-journal., guix-commits, 2024/02/14
- 03/08: gnu: Add go-github-com-coreos-go-systemd-dbus.,
guix-commits <=
- 07/08: gnu: Add go-github-com-coreos-go-systemd-unit., guix-commits, 2024/02/14
- 06/08: gnu: Add go-github-com-coreos-go-systemd-machine1., guix-commits, 2024/02/14