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

commit f2127634bc63e26a9b4601bd2b55fc1e56b12061
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Oct 9 23:14:55 2025 +0100

    gnu: godef: Fix tests.
    
    * gnu/packages/golang-apps.scm (godef)[native-inputs]: Add
    go-golang-org-x-tools-go-packages-packagestest.
    
    Change-Id: If4df4219638e3a65020418dc7391154999d8bd18
---
 gnu/packages/golang-apps.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/golang-apps.scm b/gnu/packages/golang-apps.scm
index d544481391..00cdfaf0e2 100644
--- a/gnu/packages/golang-apps.scm
+++ b/gnu/packages/golang-apps.scm
@@ -132,6 +132,9 @@ that handle none of the event types.")
       ;; The TestGoDef/Modules test fails, because of the lack of Go modules
       ;; support.
       #:test-flags #~(list "-skip" "TestGoDef/GOPATH|TestGoDef/Modules")))
+    (native-inputs
+     ;; XXX: Remove in the next refresh cycle.
+     (list go-golang-org-x-tools-go-packages-packagestest))
     (inputs
      (list go-golang-org-x-tools
            go-ninefans-net-go))

Reply via email to