guix_mirror_bot pushed a commit to branch go-team
in repository guix.

commit 1c44a4c5445ac2111c3922eec85dd1f378ce45a6
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Oct 9 23:03:16 2025 +0100

    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 0951bcbd2b..c256e358c9 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

Reply via email to