guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#68902] [PATCH] gnu: go-github-com-cheekybits-genny: Add missing inp


From: Troy Figiel
Subject: [bug#68902] [PATCH] gnu: go-github-com-cheekybits-genny: Add missing input.
Date: Fri, 2 Feb 2024 23:52:47 +0100

* 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(+)

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






reply via email to

[Prev in Thread] Current Thread [Next in Thread]