diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-03-28 21:33:08 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-05-26 16:50:31 +0100 |
| commit | 9d6f82087527bb811ee95a3e72013c2c4a8520c5 (patch) | |
| tree | f9d8e3450bba82c0425134d5926272e8c9faa69a /gnu | |
| parent | 6e4fb41f0904711136a44acb7a591bf06bf378cf (diff) | |
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
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/monitoring.scm | 2 | ||||
| -rw-r--r-- | gnu/packages/prometheus.scm | 20 |
2 files changed, 1 insertions, 21 deletions
diff --git a/gnu/packages/monitoring.scm b/gnu/packages/monitoring.scm index b66862a321f..91000a2f7c7 100644 --- a/gnu/packages/monitoring.scm +++ b/gnu/packages/monitoring.scm @@ -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 diff --git a/gnu/packages/prometheus.scm b/gnu/packages/prometheus.scm index 47a3951a80d..ada59b9b25e 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") |
