mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: Add go-github-com-prometheus-common-assets.
* gnu/packages/prometheus.scm (go-github-com-prometheus-common-assets): New variable. Change-Id: I75e9cea67883076d20aef6be5f144397bd4da4f8
This commit is contained in:
@@ -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:
|
||||
;;;
|
||||
|
||||
Reference in New Issue
Block a user