[PATCH] gnu: go-github-com-cheekybits-genny: Add missing input.

  • Done
  • quality assurance status badge
Details
2 participants
  • Sharlatan Hellseher
  • Troy Figiel
Owner
unassigned
Submitted by
Troy Figiel
Severity
normal

Debbugs page

Troy Figiel wrote 1 years ago
(address . guix-patches@gnu.org)
87sf2a77fe.fsf@troyfigiel.com
* 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
Troy Figiel wrote 1 years ago
(address . 68902@debbugs.gnu.org)
425422b5-f343-431b-a44d-540d5f2a865d@troyfigiel.com
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 wrote 1 years ago
[PATCH] gnu: go-github-com-cheekybits-genny: Add missing input.
(address . 68902-done@debbugs.gnu.org)
871q9qwn2d.fsf@gmail.com
Hi,

Pushed as c1a4de630cb4abb1c0c19ad8f485973a61e2dd3b to master.

Thanks,
Oleg
-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEmEeB3micIcJkGAhndtcnv/Ys0rUFAmXBZDoACgkQdtcnv/Ys
0rWYGQ/9HWiOZjxDO+RTZClHXc1JE2Tatj/8dPmILM1dcAmoNbGyC7VJnLtUNrsC
PnbHWZadQXhxSRBoS54x+pnoi6FWTvPkCrYkpeTjvOKwtRvliMRPRcLEo6cwmiic
Ww+0CumuU57ysPH9mTqFBm5wBcKxCsQnupLpDs/kuNsUdrnI8i7dISWvv2OfeaSz
uPdOCjPL3VDZFbW9GoRw1JVW2PTKSvEdrkme+XMUvPmje9QBJ9NQn4RVMOq7MKbw
htTq7Om5B9nv32bqOcvXZUeW81dIJWmr6BOSBjfPTb8H4YGHv8PDfxcdngFEiej1
IVLzjgk16Ln8W6xHwBNS4MK3RXd0jbKw3KUqapmEuaQFLpotHYSkbvV0md/KaHG7
vQI1q77SYh8dT7P9VnAHOTQ6cwFUK2RexSAvZ/UsPrfLz9/6+X0tBfYedhIfGmow
DUz/6kl0IXqysDIreFsxeLcxfY9GKFNJOp/taUdsXyqP4JZdfgN/yhG9P8dF0UpL
rjfc3Xol2ikXdgxDWYUKTxdqaz3Z9YVt8SUOGX6aBH38SPGYO7TyhFgRn/HMDfgV
Juaa4E860Qn8p2hfxzwVFgRjfMpZN6H09Y1RJqVKLNRA+DeMkrv3kwckcKR/xkdt
ztPLJRvyABc+rSwJ4yVU/98SPYhI/Ou1H4yedMXeAggafBO+27c=
=5CIS
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 68902@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 68902
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help