guix_mirror_bot pushed a commit to branch go-team
in repository guix.

commit a66637c640133a9b75a9cb31d83a733a7b4dffe6
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Oct 9 19:31:16 2025 +0100

    gnu: go-github-com-shurcool-httpgzip: Fix tests.
    
    * gnu/packages/golang-web.scm (go-github-com-shurcool-httpgzip):
    [native-inputs]: Remove go-golang-org-x-tools; add
    go-golang-org-x-tools-godoc.
    
    Change-Id: Id29e6e80562507cbfd01a66df283feba648d82f2
---
 gnu/packages/golang-web.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm
index 5a3fdcfaa5..a34aef9e6c 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -10296,7 +10296,7 @@ interface.")
      (list
       #:import-path "github.com/shurcooL/httpgzip"))
     (native-inputs
-     (list go-golang-org-x-tools))
+     (list go-golang-org-x-tools-godoc))
     (propagated-inputs
      (list go-golang-org-x-net))
     (home-page "https://github.com/shurcooL/httpgzip";)

Reply via email to