guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#69020] [PATCH] gnu: go-github-com-prometheus-procfs: Add missing in


From: Troy Figiel
Subject: [bug#69020] [PATCH] gnu: go-github-com-prometheus-procfs: Add missing input.
Date: Sat, 10 Feb 2024 19:19:22 +0100

* gnu/packages/golang.scm (go-github-com-prometheus-procfs): Add missing
input.
[propagated-inputs]: Add go-golang.org-x-sync-errgroup.
---
 gnu/packages/golang.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 163691a1e6..255e7e9861 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -9231,6 +9231,7 @@ (define-public go-github-com-prometheus-procfs
        ;; The tests require Go modules, which are not yet supported in Guix's
        ;; Go build system.
        #:tests? #f))
+    (propagated-inputs (list go-golang.org-x-sync-errgroup))
     (synopsis "Go library for reading @file{/proc}")
     (description "The @code{procfs} Go package provides functions to retrieve
 system, kernel, and process metrics from the @file{/proc} pseudo file system.")

base-commit: e257de4365b24a84f39813aea2e8b4ab6259f283
-- 
2.42.0






reply via email to

[Prev in Thread] Current Thread [Next in Thread]