[PATCH] gnu: go-golang-org-x-oauth2: 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)
875xywb3zu.fsf@troyfigiel.com
* gnu/packages/golang.scm (go-golang-org-x-oauth2)[propagated-inputs]: Add go-cloud-google-com-go-compute-metadata.
---
gnu/packages/golang.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

Toggle diff (18 lines)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 163691a1e6..9d1b7e5252 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -3879,7 +3879,8 @@ (define-public go-golang-org-x-oauth2
(arguments
`(#:import-path "golang.org/x/oauth2"))
(propagated-inputs
- (list go-golang-org-x-net))
+ (list go-cloud-google-com-go-compute-metadata
+ go-golang-org-x-net))
(home-page "https://go.googlesource.com/oauth2")
(synopsis "Client implementation of the OAuth 2.0 spec")
(description "This package contains a client implementation for OAuth 2.0

base-commit: e257de4365b24a84f39813aea2e8b4ab6259f283
--
2.42.0
Sharlatan Hellseher wrote 1 years ago
(address . 69016-done@debbugs.gnu.org)
87o7cknil2.fsf@gmail.com
Hi,

Pushed as d024f3ffba611bf57302f02eb408cacee237f5bc to master.

--
Oleg
-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEmEeB3micIcJkGAhndtcnv/Ys0rUFAmXL4ykACgkQdtcnv/Ys
0rXIJw//W5t9n6EHotSPMKLh/tZGq8s/M+oVbIQOQXu+EKQbBzS2ysNel9zx/T31
MjzxeiG33K84sp4Ud4l+uaSR5a8E3rD3pQyfACMeSYD6aWQ6zo8jG0A2TK8Ev3yK
mmzji8YFHRy5XLmtDD6ZBbzo9XyY9aSudgNIzYyT5gsJrPkiltyNqXmhSlFwyY+Q
NfReuv+PNxfGW2/feAJhM2ouhSw/vpG0ocy6QPf6Amk2ms4ylTEQM/HXLwtkQ5d3
PP+XlItEz4Z1RAXxvzDFg4Zt3EguVG5mke6tMuTENbtCFZOkLrV4OOhyvjCahyj2
jVx++inOAEg8Hj4YXa04BIY0xE1mFU9xtVK63bvblOXeVdcuWL5CgL4MlIX+njig
f22mcsCXv1d1zbcynaADcCZXCiFWxOUI1s7+BXOR4bNlaZNSkHjRbKeXKV83yZFo
hrAa8QU/gnoNH5dItyKf7V1BoEI/s5mLg9/AG+IzMKrjtaXR/9rBSsrk3YZlIbnM
uF0l4Qr4UJkNtTX0SiM96/EDX+zJ0YiLlOLHhAT+cR7sqN2loZDaLwqyL3E/duIP
ADgQ/WN5XxyrsK+mwLMfYtVM5h987gZ6bceXIF4jS1thhKpnx9+M96uXGpLMPfIP
22ukpH/LlwYJ354BUFOK9sUNGtKSTTa6jgofY0Rg+8jeOVmymRg=
=igiS
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 69016
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