me
/
guix
Archived
1
0
Fork 0

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>
master
Artyom V. Poptsov 2024-01-17 22:34:12 +03:00 committed by Sharlatan Hellseher
parent 30afb17152
commit cfeec48158
No known key found for this signature in database
GPG Key ID: 76D727BFF62CD2B5
1 changed files with 14 additions and 0 deletions

View File

@ -243,6 +243,20 @@ using socket activation from Go.")
(description "Go bindings to systemd for notifying the daemon of service (description "Go bindings to systemd for notifying the daemon of service
status changes"))) 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 (define-public go-github-com-cyberdelia-go-metrics-graphite
(package (package
(name "go-github-com-cyberdelia-go-metrics-graphite") (name "go-github-com-cyberdelia-go-metrics-graphite")