Troy Figiel wrote 1 years ago
(address . guix-patches@gnu.org)
* gnu/packages/golang.scm (go-github-com-cheekybits-genny)[native-inputs]: Add go-github-com-stretchr-testify.
---
gnu/packages/golang.scm | 2 ++
1 file changed, 2 insertions(+)
Toggle diff (17 lines)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 014ca01602..b72d90a00a 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -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.")
base-commit: f45d05133472a9da13eae20ba4a676c696682c90
--
2.42.0