mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: Add cl-prometheus.pushgateway.
* gnu/packages/lisp-xyz.scm (sbcl-prometheus.pushgateway, cl-prometheus.pushgateway, ecl-prometheus.pushgateway): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
This commit is contained in:
parent
019ff3c3c7
commit
9e20646bf5
1 changed files with 17 additions and 0 deletions
|
@ -11683,3 +11683,20 @@ (define-public sbcl-prometheus.exposers.hunchentoot
|
|||
|
||||
(define-public cl-prometheus.exposers.hunchentoot
|
||||
(sbcl-package->cl-source-package sbcl-prometheus.exposers.hunchentoot))
|
||||
|
||||
(define-public sbcl-prometheus.pushgateway
|
||||
(package
|
||||
(inherit sbcl-prometheus)
|
||||
(name "sbcl-prometheus.pushgateway")
|
||||
(inputs
|
||||
`(("drakma" ,sbcl-drakma)
|
||||
("prometheus" ,sbcl-prometheus)
|
||||
("prometheus.formats.text" ,sbcl-prometheus.formats.text)))
|
||||
(synopsis "Prometheus Pushgateway client")
|
||||
(description "Prometheus Pushgateway client.")))
|
||||
|
||||
(define-public cl-prometheus.pushgateway
|
||||
(sbcl-package->cl-source-package sbcl-prometheus.pushgateway))
|
||||
|
||||
(define-public ecl-prometheus.pushgateway
|
||||
(sbcl-package->ecl-package sbcl-prometheus.pushgateway))
|
||||
|
|
Loading…
Reference in a new issue