guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

08/14: gnu: Add cl-prometheus.pushgateway.


From: guix-commits
Subject: 08/14: gnu: Add cl-prometheus.pushgateway.
Date: Fri, 5 Jun 2020 09:48:17 -0400 (EDT)

glv pushed a commit to branch master
in repository guix.

commit 9e20646bf5210c8068150c9f75983badb6fd249c
Author: Katherine Cox-Buday <cox.katherine.e@gmail.com>
AuthorDate: Fri Jun 5 15:03:59 2020 +0200

    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>
---
 gnu/packages/lisp-xyz.scm | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 3156bc9..591615f 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -11683,3 +11683,20 @@ Streams in ICDE’05.")
 
 (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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]