diff options
author | Troy Figiel <troy@troyfigiel.com> | 2024-02-13 22:14:09 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-02-19 23:32:31 +0000 |
commit | e9f30ad0a0815cfb3cdc46459fbc9accc0bf3c0b (patch) | |
tree | 00221d67936e1b33fd9447cd81701722d43b7bbd /gnu | |
parent | a1335516e3f1eb0ccde0297609dbce40cfdccb51 (diff) | |
download | guix-e9f30ad0a0815cfb3cdc46459fbc9accc0bf3c0b.tar.gz guix-e9f30ad0a0815cfb3cdc46459fbc9accc0bf3c0b.zip |
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>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/golang-web.scm | 3 |
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 |