From 7a3b56ef4ad9b9aa83175de9a3cf39d83f82e259 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Thu, 9 Oct 2025 23:03:16 +0100 Subject: [PATCH] gnu: go-honnef-co-go-tools: Fix tests. * gnu/packages/golang-check.scm (go-honnef-co-go-tools): [native-inputs]: Add go-golang-org-x-tools-go-expect. Change-Id: Iaf293f7daa75c0b0648f949114d25c8e4e1300d4 --- gnu/packages/golang-check.scm | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/gnu/packages/golang-check.scm b/gnu/packages/golang-check.scm index 0951bcbd2b6e159bac6e1d5c4b843cab9d8b051f..c256e358c999a2b03cea5c517906d9c3403b61d0 100644 --- a/gnu/packages/golang-check.scm +++ b/gnu/packages/golang-check.scm @@ -2996,18 +2996,19 @@ used to skip the test (origin (method git-fetch) (uri (git-reference - (url "https://github.com/dominikh/go-tools") - (commit (string-append "v" version)))) + (url "https://github.com/dominikh/go-tools") + (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 - "0y4xbb91mv1rj7aps5g7hz1mhf5pbdc8yp5bxz6dq5ajlmfqwi3s")))) + (base32 "0y4xbb91mv1rj7aps5g7hz1mhf5pbdc8yp5bxz6dq5ajlmfqwi3s")))) (build-system go-build-system) (arguments (list #:skip-build? #t #:import-path "honnef.co/go/tools" #:unpack-path "honnef.co/go/tools")) + (native-inputs + (list go-golang-org-x-tools-go-expect)) ;XXX: Remove with a new release (propagated-inputs (list go-github-com-burntsushi-toml go-golang-org-x-exp