~ruther/guix-local

e38a4cfaae285866088e7913da541b87e3682ec3 — Sharlatan Hellseher 5 months ago 7a3b56e
gnu: godef: Fix tests.

* gnu/packages/golang-apps.scm (godef)[native-inputs]: Add
go-golang-org-x-tools-go-packages-packagestest.

Change-Id: If4df4219638e3a65020418dc7391154999d8bd18
1 files changed, 3 insertions(+), 0 deletions(-)

M gnu/packages/golang-apps.scm
M gnu/packages/golang-apps.scm => gnu/packages/golang-apps.scm +3 -0
@@ 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))