guix_mirror_bot pushed a commit to branch go-team
in repository guix.
commit 33b9141fa1f719579bc7fad78445029d14433cd4
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Oct 9 22:27:12 2025 +0100
gnu: go-github-com-shurcool-vfsgen: Fix tests.
* gnu/packages/golang-web.scm (go-github-com-shurcool-vfsgen):
[native-inputs]: Remove go-golang-org-x-tools; add
go-golang-org-x-tools-godoc.
Change-Id: I5452c344958b91bc175ce882142c39d1d36c38a4
---
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 9da9f1cbe5..7ba4791e22 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -10316,7 +10316,7 @@ use gzip compression when serving HTTP requests.")
(list
#:import-path "github.com/shurcooL/vfsgen"))
(native-inputs
- (list go-golang-org-x-tools))
+ (list go-golang-org-x-tools-godoc))
(propagated-inputs
(list go-github-com-shurcool-httpfs))
(home-page "https://github.com/shurcooL/vfsgen")