summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTroy Figiel <troy@troyfigiel.com>2024-02-13 22:14:09 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2024-02-19 23:32:31 +0000
commite9f30ad0a0815cfb3cdc46459fbc9accc0bf3c0b (patch)
tree00221d67936e1b33fd9447cd81701722d43b7bbd
parenta1335516e3f1eb0ccde0297609dbce40cfdccb51 (diff)
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>
-rw-r--r--gnu/packages/golang-web.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm
index 210d17b997..bc191c97f9 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -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