guix-commits
[Top][All Lists]
Advanced

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

04/14: gnu: Add cl-prometheus.collectors.sbcl.


From: guix-commits
Subject: 04/14: gnu: Add cl-prometheus.collectors.sbcl.
Date: Fri, 5 Jun 2020 09:48:15 -0400 (EDT)

glv pushed a commit to branch master
in repository guix.

commit 4e21f5bcabafc4e1f3375f5f91059bed67b5a8e3
Author: Katherine Cox-Buday <cox.katherine.e@gmail.com>
AuthorDate: Fri Jun 5 14:44:18 2020 +0200

    gnu: Add cl-prometheus.collectors.sbcl.
    
    * gnu/packages/lisp-xyz.scm (sbcl-prometheus.collectors.sbcl,
      cl-prometheus.collectors.sbcl): New variables.
    
    Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
---
 gnu/packages/lisp-xyz.scm | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index cfc699d..ceab769 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -11621,3 +11621,14 @@ Streams in ICDE’05.")
 
 (define-public ecl-prometheus
   (sbcl-package->ecl-package sbcl-prometheus))
+
+(define-public sbcl-prometheus.collectors.sbcl
+  (package
+    (inherit sbcl-prometheus)
+    (name "sbcl-prometheus.collectors.sbcl")
+    (inputs `(("prometheus" ,sbcl-prometheus)))
+    (synopsis "Prometheus collector for SBCL metrics")
+    (description "Prometheus collector for SBCL metrics.")))
+
+(define-public cl-prometheus.collectors.sbcl
+  (sbcl-package->cl-source-package sbcl-prometheus.collectors.sbcl))



reply via email to

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