mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Remove go-github-com-prometheus-procfs-next.
* gnu/packages/prometheus.scm (go-github-com-prometheus-procfs-next): Delete variable. * gnu/packages/monitoring.scm (prometheus-node-exporter): [propagated-inputs]: Remove go-github-com-prometheus-procfs-next; add go-github-com-prometheus-procfs. Change-Id: I73e15a5cdcda78a6050ded1805301003cc9cf159
This commit is contained in:
parent
6e4fb41f09
commit
9d6f820875
2 changed files with 1 additions and 21 deletions
|
@ -619,7 +619,7 @@ WSGI and the node exporter textfile collector.")
|
|||
go-github-com-prometheus-common
|
||||
go-github-com-prometheus-community-go-runit
|
||||
go-github-com-prometheus-exporter-toolkit
|
||||
go-github-com-prometheus-procfs-next
|
||||
go-github-com-prometheus-procfs
|
||||
go-github-com-safchain-ethtool
|
||||
go-golang-org-x-exp
|
||||
go-golang-org-x-sys
|
||||
|
|
|
@ -488,26 +488,6 @@ Protocol,ICMP} echo (ping) functionality.")
|
|||
kernel, and process metrics from the @file{/proc} pseudo file system.")
|
||||
(license license:asl2.0)))
|
||||
|
||||
;; To make it compatible with node_exporter, see
|
||||
;; <https://github.com/prometheus/node_exporter/issues/3143>.
|
||||
(define-public go-github-com-prometheus-procfs-next
|
||||
(let ((commit "24ab3d8d880d820115eef19f7b0c2c38fffd6a25")
|
||||
(revision "0"))
|
||||
(hidden-package
|
||||
(package
|
||||
(inherit go-github-com-prometheus-procfs)
|
||||
(name "go-github-com-prometheus-procfs")
|
||||
(version (git-version "0.15.2" revision commit))
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/prometheus/procfs")
|
||||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0fv3f83q5wigbpl6mdpk4k7bj8jabc81rap0ym95l7rpw93cdlim"))))))))
|
||||
|
||||
(define-public go-github-com-prometheus-sigv4
|
||||
(package
|
||||
(name "go-github-com-prometheus-sigv4")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue