From ec8d6e2272b8824f68fb813c06dfb38c1bb4797d Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Thu, 9 Oct 2025 19:31:16 +0100 Subject: [PATCH] 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 c1cf6b7de9bae5a2a13fefcaf85c3018a42aa3eb..eb80056052c26d03501a880d6cc6af3e3bf1ecf9 100644 --- a/gnu/packages/golang-web.scm +++ b/gnu/packages/golang-web.scm @@ -10357,7 +10357,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")