From e38a4cfaae285866088e7913da541b87e3682ec3 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Thu, 9 Oct 2025 23:14:55 +0100 Subject: [PATCH] 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 d54448139116301d61716d6e70c6f8a73dfe26fa..00cdfaf0e216334ad17b4c8ba373bb9ddde257e2 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))