all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#68902] [PATCH] gnu: go-github-com-cheekybits-genny: Add missing input.
@ 2024-02-02 22:52 Troy Figiel
  2024-02-02 23:55 ` Troy Figiel
  2024-02-05 22:42 ` bug#68902: " Sharlatan Hellseher
  0 siblings, 2 replies; 3+ messages in thread
From: Troy Figiel @ 2024-02-02 22:52 UTC (permalink / raw)
  To: 68902

* 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





^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#68902] [PATCH] gnu: go-github-com-cheekybits-genny: Add missing input.
  2024-02-02 22:52 [bug#68902] [PATCH] gnu: go-github-com-cheekybits-genny: Add missing input Troy Figiel
@ 2024-02-02 23:55 ` Troy Figiel
  2024-02-05 22:42 ` bug#68902: " Sharlatan Hellseher
  1 sibling, 0 replies; 3+ messages in thread
From: Troy Figiel @ 2024-02-02 23:55 UTC (permalink / raw)
  To: 68902

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




^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#68902: [PATCH] gnu: go-github-com-cheekybits-genny: Add missing input.
  2024-02-02 22:52 [bug#68902] [PATCH] gnu: go-github-com-cheekybits-genny: Add missing input Troy Figiel
  2024-02-02 23:55 ` Troy Figiel
@ 2024-02-05 22:42 ` Sharlatan Hellseher
  1 sibling, 0 replies; 3+ messages in thread
From: Sharlatan Hellseher @ 2024-02-05 22:42 UTC (permalink / raw)
  To: 68902-done

[-- Attachment #1: Type: text/plain, Size: 82 bytes --]


Hi,

Pushed as c1a4de630cb4abb1c0c19ad8f485973a61e2dd3b to master.

Thanks,
Oleg

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-02-05 22:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-02 22:52 [bug#68902] [PATCH] gnu: go-github-com-cheekybits-genny: Add missing input Troy Figiel
2024-02-02 23:55 ` Troy Figiel
2024-02-05 22:42 ` bug#68902: " Sharlatan Hellseher

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.