gnu: go-github-com-valyala-fasthttp: Add missing input.

* gnu/packages/golang-web.scm (go-github-com-valyala-fasthttp): Add missing
input.
[propagated-inputs]: Add go-golang-org-x-text.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Troy Figiel 2024-02-13 22:14:09 +01:00 committed by Sharlatan Hellseher
parent a1335516e3
commit e9f30ad0a0
No known key found for this signature in database
GPG Key ID: 76D727BFF62CD2B5

View File

@ -1403,7 +1403,8 @@ sockets.")
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