summaryrefslogtreecommitdiff
path: root/gnu/packages/golang-apps.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/golang-apps.scm')
-rw-r--r--gnu/packages/golang-apps.scm3
1 files changed, 3 insertions, 0 deletions
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))