mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: Add go-github-com-coreos-go-systemd-machine1.
* gnu/packages/golang.scm (go-github-com-coreos-go-systemd-machine1): New variable. Change-Id: I2d9340a2b70dd68e24e4a88bdcd1f4c289100c6d Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
40cc2ca588
commit
51f8d60665
1 changed files with 14 additions and 0 deletions
|
@ -284,6 +284,20 @@ (define-public go-github-com-coreos-go-systemd-login1
|
|||
(description "Go bindings to systemd for integration with the systemd
|
||||
logind API.")))
|
||||
|
||||
(define-public go-github-com-coreos-go-systemd-machine1
|
||||
(package
|
||||
(inherit go-github-com-coreos-go-systemd-activation)
|
||||
(name "go-github-com-coreos-go-systemd-machine1")
|
||||
(arguments
|
||||
'(#:tests? #f ;Tests require D-Bus daemon running.
|
||||
#:import-path "github.com/coreos/go-systemd/machine1"
|
||||
#: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 registering machines/containers")
|
||||
(description "Go bindings to systemd for registering
|
||||
machines/containers.")))
|
||||
|
||||
(define-public go-github-com-cyberdelia-go-metrics-graphite
|
||||
(package
|
||||
(name "go-github-com-cyberdelia-go-metrics-graphite")
|
||||
|
|
Loading…
Reference in a new issue