diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-06-12 23:52:18 +0100 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2025-07-26 19:55:47 +0200 |
commit | ec8b7d9d622d297a6369159be0ddef8149e57cf3 (patch) | |
tree | 12a250f29c15dccdfd929bc29bf632274de35dfa | |
parent | 8fb1ed33ca5f242e0d75690414db049b8cebb56b (diff) |
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
-rw-r--r-- | gnu/packages/golang-check.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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") |