gnu: Add go-github-com-coreos-go-systemd-journal.
* gnu/packages/golang.scm (go-github-com-coreos-go-systemd-journal): New variable. Change-Id: I6a8ae9d416ce7c4236ce0d8a8388da130964144c Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>master
parent
cfeec48158
commit
ba17880abd
|
@ -257,6 +257,19 @@ status changes")))
|
||||||
(description "Go bindings to systemd for starting/stopping/inspecting
|
(description "Go bindings to systemd for starting/stopping/inspecting
|
||||||
running services and units.")))
|
running services and units.")))
|
||||||
|
|
||||||
|
(define-public go-github-com-coreos-go-systemd-journal
|
||||||
|
(package
|
||||||
|
(inherit go-github-com-coreos-go-systemd-activation)
|
||||||
|
(name "go-github-com-coreos-go-systemd-journal")
|
||||||
|
(arguments
|
||||||
|
'(#:tests? #f ;Tests require access to journald socket.
|
||||||
|
#:import-path "github.com/coreos/go-systemd/journal"
|
||||||
|
#:unpack-path "github.com/coreos/go-systemd"))
|
||||||
|
(home-page "https://github.com/coreos/go-systemd")
|
||||||
|
(synopsis "Go bindings to systemd for writing journald")
|
||||||
|
(description "Go bindings to systemd for writing to systemd's logging
|
||||||
|
service, journald.")))
|
||||||
|
|
||||||
(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")
|
||||||
|
|
Reference in New Issue