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/packages/monitoring.scm | |
| 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/packages/monitoring.scm')
| -rw-r--r-- | gnu/packages/monitoring.scm | 2 |
1 files changed, 1 insertions, 1 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 |
