diff mbox series

[bug#68902] gnu: go-github-com-cheekybits-genny: Add missing input.

Message ID 87sf2a77fe.fsf@troyfigiel.com
State New
Headers show
Series [bug#68902] gnu: go-github-com-cheekybits-genny: Add missing input. | expand

Commit Message

Troy Figiel Feb. 2, 2024, 10:52 p.m. UTC
* 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(+)


base-commit: f45d05133472a9da13eae20ba4a676c696682c90

Comments

Troy Figiel Feb. 2, 2024, 11:55 p.m. UTC | #1
go-github-com-cheekybits-genny has a couple of dependencies among which
torbrowser, yggdrasil and kubo. I checked locally (x86_64-linux) that
these can still be built.

Best wishes,

Troy
Sharlatan Hellseher Feb. 5, 2024, 10:42 p.m. UTC | #2
Hi,

Pushed as c1a4de630cb4abb1c0c19ad8f485973a61e2dd3b to master.

Thanks,
Oleg
diff mbox series

Patch

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.")