From ae32c2a201736ca4b967d1c502596f392d19b51f Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Wed, 22 Jan 2025 22:02:04 +0000 Subject: gnu: go-github-com-google-cadvisor: Fix build. * gnu/packages/golang.scm (go-github-com-google-cadvisor) [arguments] : Limit to project's root. Change-Id: I4c1e21bba2fdb35f345d1fb8d4d69b7f2a3ea6c0 --- gnu/packages/golang.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gnu') 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 @@ (define-public go-github-com-google-cadvisor "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 -- cgit v1.2.3