1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-15 11:30:44 +02:00

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
This commit is contained in:
Sharlatan Hellseher 2025-01-22 22:02:04 +00:00
parent 6d62353187
commit ae32c2a201
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -1882,7 +1882,8 @@ termination.")
"1w8p345z5j0gk3yiq5ah0znd5lfh348p2s624k5r10drz04p3f55")))) "1w8p345z5j0gk3yiq5ah0znd5lfh348p2s624k5r10drz04p3f55"))))
(build-system go-build-system) (build-system go-build-system)
(arguments (arguments
'(#:import-path "github.com/google/cadvisor")) '(#:import-path "github.com/google/cadvisor"
#:test-subdirs '(".")))
(home-page "https://github.com/google/cadvisor") (home-page "https://github.com/google/cadvisor")
(synopsis "Analyze resource usage of running containers") (synopsis "Analyze resource usage of running containers")
(description "The package provides @code{cadvisor}, which provides (description "The package provides @code{cadvisor}, which provides