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:
parent
6d62353187
commit
ae32c2a201
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue