all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#69020] [PATCH] gnu: go-github-com-prometheus-procfs: Add missing input.
@ 2024-02-10 18:19 Troy Figiel
  2024-02-13 21:44 ` bug#69020: " Sharlatan Hellseher
  0 siblings, 1 reply; 2+ messages in thread
From: Troy Figiel @ 2024-02-10 18:19 UTC (permalink / raw)
  To: 69020

* 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#69020: [PATCH] gnu: go-github-com-prometheus-procfs: Add missing input.
  2024-02-10 18:19 [bug#69020] [PATCH] gnu: go-github-com-prometheus-procfs: Add missing input Troy Figiel
@ 2024-02-13 21:44 ` Sharlatan Hellseher
  0 siblings, 0 replies; 2+ messages in thread
From: Sharlatan Hellseher @ 2024-02-13 21:44 UTC (permalink / raw)
  To: 69020-done

[-- Attachment #1: Type: text/plain, Size: 77 bytes --]


Hi,

Pushed as 9b095daa2986cdb48500f6eb24dc79bf4178705f to master.

--
Oleg

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-02-13 21:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-10 18:19 [bug#69020] [PATCH] gnu: go-github-com-prometheus-procfs: Add missing input Troy Figiel
2024-02-13 21:44 ` bug#69020: " Sharlatan Hellseher

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.