diff mbox series

[bug#69111] gnu: go-github-com-valyala-fasthttp: Add missing input.

Message ID 87sf1wasny.fsf@troyfigiel.com
State New
Headers show
Series [bug#69111] gnu: go-github-com-valyala-fasthttp: Add missing input. | expand

Commit Message

Troy Figiel Feb. 13, 2024, 9:14 p.m. UTC
* 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(-)


base-commit: ac470c516e19f194228edf9e348bdbc7fc10f97a

Comments

Sharlatan Hellseher Feb. 19, 2024, 11:56 p.m. UTC | #1
Hi,

Pushed as e9f30ad0a0815cfb3cdc46459fbc9accc0bf3c0b to master.

--
Oleg
diff mbox series

Patch

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