[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/06: gnu: go-github-com-cheekybits-genny: Add missing input.
From: |
guix-commits |
Subject: |
04/06: gnu: go-github-com-cheekybits-genny: Add missing input. |
Date: |
Mon, 5 Feb 2024 17:37:48 -0500 (EST) |
sharlatan pushed a commit to branch master
in repository guix.
commit c1a4de630cb4abb1c0c19ad8f485973a61e2dd3b
Author: Troy Figiel <troy@troyfigiel.com>
AuthorDate: Fri Feb 2 23:52:47 2024 +0100
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
---
gnu/packages/golang.scm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 200090b416..64ad09f4f6 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -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.")
- branch master updated (857507117d -> 1eda62a266), guix-commits, 2024/02/05
- 01/06: gnu: go-github-com-kr-text: Update to 0.2.0., guix-commits, 2024/02/05
- 02/06: gnu: go-github-com-jmespath-go-jmespath: Add missing input., guix-commits, 2024/02/05
- 03/06: gnu: misspell: Add missing input., guix-commits, 2024/02/05
- 05/06: gnu: go-github-com-go-git-go-billy: Add missing input., guix-commits, 2024/02/05
- 04/06: gnu: go-github-com-cheekybits-genny: Add missing input.,
guix-commits <=
- 06/06: gnu: go-github-com-operatorfoundation-ed25519: Add missing input., guix-commits, 2024/02/05