sharlatan pushed a commit to branch go-team in repository guix. commit 422a50de402d8fa325d640f15f86181bb914db3d Author: Sharlatan Hellseher <sharlata...@gmail.com> AuthorDate: Fri Mar 28 21:33:08 2025 +0000
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 --- gnu/packages/monitoring.scm | 2 +- gnu/packages/prometheus.scm | 20 -------------------- 2 files changed, 1 insertion(+), 21 deletions(-) diff --git a/gnu/packages/monitoring.scm b/gnu/packages/monitoring.scm index bdaf9ede75..ee1fd6cd3f 100644 --- a/gnu/packages/monitoring.scm +++ b/gnu/packages/monitoring.scm @@ -592,7 +592,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 diff --git a/gnu/packages/prometheus.scm b/gnu/packages/prometheus.scm index 47a3951a80..ada59b9b25 100644 --- a/gnu/packages/prometheus.scm +++ b/gnu/packages/prometheus.scm @@ -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")