mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-29 04:01:28 -06: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:
parent
392b0f2dd5
commit
310643fbaa
1 changed files with 24 additions and 0 deletions
|
|
@ -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:
|
||||
;;;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue