diff options
author | Sharlatan Hellseher <[email protected]> | 2025-01-22 22:02:04 +0000 |
---|---|---|
committer | Sharlatan Hellseher <[email protected]> | 2025-01-22 22:02:09 +0000 |
commit | ae32c2a201736ca4b967d1c502596f392d19b51f (patch) | |
tree | 8aa5b313178ed5e94ed270377f0dcef66c34ff7f /gnu | |
parent | 6d623531870f8ee75c46c0239dcb6f869ef3bff7 (diff) |
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
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/golang.scm | 3 |
1 files changed, 2 insertions, 1 deletions
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 |