mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
gnu: go-github-com-libp2p-go-flow-metrics: Enable tests.
* gnu/packages/golang.scm (go-github-com-libp2p-go-flow-metrics): Enable tests. Change-Id: Ic117d3e0ca06719bf6b0a058f7475169afd12d11
This commit is contained in:
parent
fbe4643ea3
commit
d7b4f8f335
1 changed files with 1 additions and 3 deletions
|
@ -4306,9 +4306,7 @@ (define-public go-github-com-libp2p-go-flow-metrics
|
||||||
"13yb68vrcn2zdi0mjjh17dphfxl6y99bkq0ia53hasyfj6l6626h"))))
|
"13yb68vrcn2zdi0mjjh17dphfxl6y99bkq0ia53hasyfj6l6626h"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:import-path "github.com/libp2p/go-flow-metrics"
|
`(#:import-path "github.com/libp2p/go-flow-metrics"))
|
||||||
;; TODO: Tests hang.
|
|
||||||
#:tests? #f))
|
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list go-github-com-benbjohnson-clock))
|
(list go-github-com-benbjohnson-clock))
|
||||||
(home-page
|
(home-page
|
||||||
|
|
Loading…
Reference in a new issue