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:
Sharlatan Hellseher 2025-03-28 21:33:08 +00:00
parent 6e4fb41f09
commit 9d6f820875
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5
2 changed files with 1 additions and 21 deletions

View file

@ -619,7 +619,7 @@ WSGI and the node exporter textfile collector.")
go-github-com-prometheus-common go-github-com-prometheus-common
go-github-com-prometheus-community-go-runit go-github-com-prometheus-community-go-runit
go-github-com-prometheus-exporter-toolkit go-github-com-prometheus-exporter-toolkit
go-github-com-prometheus-procfs-next go-github-com-prometheus-procfs
go-github-com-safchain-ethtool go-github-com-safchain-ethtool
go-golang-org-x-exp go-golang-org-x-exp
go-golang-org-x-sys go-golang-org-x-sys

View file

@ -488,26 +488,6 @@ Protocol,ICMP} echo (ping) functionality.")
kernel, and process metrics from the @file{/proc} pseudo file system.") kernel, and process metrics from the @file{/proc} pseudo file system.")
(license license:asl2.0))) (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 (define-public go-github-com-prometheus-sigv4
(package (package
(name "go-github-com-prometheus-sigv4") (name "go-github-com-prometheus-sigv4")