[PATCH] gnu: go-github-com-valyala-fasthttp: 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)
87sf1wasny.fsf@troyfigiel.com
* gnu/packages/golang-web.scm (go-github-com-valyala-fasthttp): Add missing
input.
[propagated-inputs]: Add go-golang-org-x-text.
---
gnu/packages/golang-web.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

Toggle diff (18 lines)
diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm
index 673d2c2587..efcd1acb80 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -1402,7 +1402,8 @@ (define-public go-github-com-valyala-fasthttp
go-github-com-valyala-tcplisten
go-golang-org-x-crypto
go-golang-org-x-net
- go-golang-org-x-sys))
+ go-golang-org-x-sys
+ go-golang-org-x-text))
(home-page "https://github.com/valyala/fasthttp")
(synopsis "Provides fast HTTP server and client API")
(description

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

Pushed as e9f30ad0a0815cfb3cdc46459fbc9accc0bf3c0b to master.

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

iQIzBAEBCgAdFiEEmEeB3micIcJkGAhndtcnv/Ys0rUFAmXT6qoACgkQdtcnv/Ys
0rUbHQ/9FYSc95yWff9AXuuUL5hZPynX0nUyRPj98TnuiXVEfUIZbZ24KBh6oLl+
mw8Vs0jRWZFka/y/IAHEEB+uPSghtpZ8mDTnu6DPOKg1l8Ah7YIcPPSsqFHA9MLX
4XDN1emYXaagJkBPHAiV+KVdljmmbNNA1kGHoLYUz/oeq+whts/7qh0jxDpHaymN
1j5KSM0q0Mmos+/g+qY53nkoI/AzKkxVc+6OTVvkFJv8c9Bo183Et02he6ONVtRL
+l5JHIjfd2bJudsgb5CSOvcv1jbQH0WvPiawo/c6wF4ZPrvpJv+Cqy49s09eI2ue
X/n67cThOl8SO2ap/xqlBw8+8ohFZfqEkF3VcLlEwqjiXONayXOEPshm5pH0JIGh
PJRmOzq8uU+lmIGRPpJ0q5kb/fUwCjbwQPkZsziAFezt30CBIjlXYeRtmbTyS1GC
pxxDPIiQxRepq4dSfBZEONIY2PzehqxZtx/FVYQv792qXYHRkW0gOlgaZcmWlMAo
VzZdYfVZGxUVPmyPnQOjS33IrV1RtFitlBf+ZJZGXHNJm9B8CphtMau0WtEZaIbq
rMP+/1wfN904iRMjwLyOi7kObCfcFY160ajJUB7oNKBOaE1myJMMNtXcdidRnQtz
lWl95Pi5AL6XyNXJPLo0ZGzRxgRVBWspt+xzWhB3xOCOjkSdUgY=
=pLFp
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

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

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