From 310643fbaaee1d8678b8ca796f76da6db3cbc7a9 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Wed, 24 Jul 2024 21:50:23 +0100 Subject: gnu: Add go-github-com-prometheus-common-assets. * gnu/packages/prometheus.scm (go-github-com-prometheus-common-assets): New variable. Change-Id: I75e9cea67883076d20aef6be5f144397bd4da4f8 --- gnu/packages/prometheus.scm | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/gnu/packages/prometheus.scm b/gnu/packages/prometheus.scm index 843d5fa604..717a5546f1 100644 --- a/gnu/packages/prometheus.scm +++ b/gnu/packages/prometheus.scm @@ -183,6 +183,30 @@ x/net/trace)} tracing wrappers @code{net.Conn}, both inbound metrics.") (license license:asl2.0))) +(define-public go-github-com-prometheus-common-assets + (package + (name "go-github-com-prometheus-common-assets") + (version "0.55.0") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/prometheus/common") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0bsbxil7qz8rhckhv0844nmn38g7i7347cjv5m6na47hbdpi0rqh")))) + (build-system go-build-system) + (arguments + (list + #:import-path "github.com/prometheus/common/assets" + #:unpack-path "github.com/prometheus/common")) + (home-page "https://github.com/prometheus/common") + (synopsis "Prometheus assets") + (description + "This package provides Prometheus assets.") + (license license:asl2.0))) + ;;; ;;; Executables: ;;; -- cgit v1.2.3