~ruther/guix-local

c1a4de630cb4abb1c0c19ad8f485973a61e2dd3b — Troy Figiel 2 years ago f33473e
gnu: go-github-com-cheekybits-genny: Add missing input.

* gnu/packages/golang.scm (go-github-com-cheekybits-genny)
[native-inputs]: Add go-github-com-stretchr-testify.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: Ib3b9a0aefa8218d26527e4401952ad72d6cc625d
1 files changed, 2 insertions(+), 0 deletions(-)

M gnu/packages/golang.scm
M gnu/packages/golang.scm => gnu/packages/golang.scm +2 -0
@@ 6764,6 6764,8 @@ mutex, simply ignore the RLock/RUnlock functions.")
     '(#:import-path "github.com/cheekybits/genny"))
    (propagated-inputs
     (list go-golang-org-x-tools))
    (native-inputs
     (list go-github-com-stretchr-testify))
    (synopsis "Generics for Go")
    (description "This package provides @code{genny}, a Go language
implementation of generics.")