mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
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
This commit is contained in:
parent
f33473e7b2
commit
c1a4de630c
1 changed files with 2 additions and 0 deletions
|
@ -6764,6 +6764,8 @@ (define-public go-github-com-cheekybits-genny
|
|||
'(#: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.")
|
||||
|
|
Loading…
Reference in a new issue