guix_mirror_bot pushed a commit to branch go-team
in repository guix.
commit deb1aefd000bcc9c5b43246ef1cff2724d79b06c
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Jun 12 23:52:18 2025 +0100
gnu: go-honnef-co-go-tools: Adjust inputs.
* gnu/packages/golang-check.scm (go-honnef-co-go-tools):
[propagated-inputs]: Remove go-golang-org-x-mod; add
and go-golang-org-x-sys.
Change-Id: I6a286ebcd0a346a065c689641e2b69f4be41ccb2
---
gnu/packages/golang-check.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/golang-check.scm b/gnu/packages/golang-check.scm
index 49f43537f1..9cf09ace67 100644
--- a/gnu/packages/golang-check.scm
+++ b/gnu/packages/golang-check.scm
@@ -2869,7 +2869,7 @@ used to skip the test
(list go-github-com-burntsushi-toml
go-golang-org-x-exp
go-golang-org-x-exp-typeparams
- go-golang-org-x-mod
+ go-golang-org-x-sys
go-golang-org-x-tools))
(home-page "https://staticcheck.dev/")
(synopsis "Staticcheck advanced Go linter library")