mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: go-github-com-nbrownus-go-metrics-prometheus: Adjust inputs.
* gnu/packages/golang-xyz.scm (go-github-com-nbrownus-go-metrics-prometheus): Adjust inputs. [propagated-inputs]: Remove go-github-com-stretchr-testify. [native-inputs]: Add go-github-com-stretchr-testify. Change-Id: I9c409fe88e11273e79809772001b73ffa4ed7afa
This commit is contained in:
parent
f10a02bdbf
commit
0e8f7ee3a9
1 changed files with 4 additions and 3 deletions
|
@ -1623,10 +1623,11 @@ (define-public go-github-com-nbrownus-go-metrics-prometheus
|
|||
(base32 "1kl9l08aas544627zmhkgp843qx94sxs4inxm20nw1hx7gp79dz0"))))
|
||||
(build-system go-build-system)
|
||||
(arguments '(#:import-path "github.com/nbrownus/go-metrics-prometheus"))
|
||||
(native-inputs
|
||||
(list go-github-com-stretchr-testify))
|
||||
(propagated-inputs
|
||||
(list go-github-com-stretchr-testify
|
||||
go-github-com-rcrowley-go-metrics
|
||||
go-github-com-prometheus-client-golang))
|
||||
(list go-github-com-prometheus-client-golang
|
||||
go-github-com-rcrowley-go-metrics))
|
||||
(home-page "https://github.com/nbrownus/go-metrics-prometheus")
|
||||
(synopsis "Prometheus support for go-metrics")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue