sharlatan pushed a commit to branch go-team
in repository guix.
commit ae32c2a201736ca4b967d1c502596f392d19b51f
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Wed Jan 22 22:02:04 2025 +0000
gnu: go-github-com-google-cadvisor: Fix build.
* gnu/packages/golang.scm (go-github-com-google-cadvisor) [arguments]
<test-subdirs>: Limit to project's root.
Change-Id: I4c1e21bba2fdb35f345d1fb8d4d69b7f2a3ea6c0
---
gnu/packages/golang.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index a125cca69c..e865c1cff5 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -1882,7 +1882,8 @@ termination.")
"1w8p345z5j0gk3yiq5ah0znd5lfh348p2s624k5r10drz04p3f55"))))
(build-system go-build-system)
(arguments
- '(#:import-path "github.com/google/cadvisor"))
+ '(#:import-path "github.com/google/cadvisor"
+ #:test-subdirs '(".")))
(home-page "https://github.com/google/cadvisor")
(synopsis "Analyze resource usage of running containers")
(description "The package provides @code{cadvisor}, which provides