mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: Add cl-prometheus.formats.text.
* gnu/packages/lisp-xyz.scm (sbcl-prometheus.formats.text, cl-prometheus.formats.text, ecl-prometheus.formats.text): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
This commit is contained in:
parent
b4ece1a291
commit
78d1aa9eef
1 changed files with 16 additions and 0 deletions
|
@ -11651,3 +11651,19 @@ (define-public cl-prometheus.collectors.process
|
|||
|
||||
(define-public ecl-prometheus.collectors.process
|
||||
(sbcl-package->ecl-package sbcl-prometheus.collectors.process))
|
||||
|
||||
(define-public sbcl-prometheus.formats.text
|
||||
(package
|
||||
(inherit sbcl-prometheus)
|
||||
(name "sbcl-prometheus.formats.text")
|
||||
(inputs
|
||||
`(("alexandria" ,sbcl-alexandria)
|
||||
("prometheus" ,sbcl-prometheus)))
|
||||
(synopsis "Prometheus client text format")
|
||||
(description "Prometheus client text format.")))
|
||||
|
||||
(define-public cl-prometheus.formats.text
|
||||
(sbcl-package->cl-source-package sbcl-prometheus.formats.text))
|
||||
|
||||
(define-public ecl-prometheus.formats.text
|
||||
(sbcl-package->ecl-package sbcl-prometheus.formats.text))
|
||||
|
|
Loading…
Reference in a new issue