gnu: go-golang-org-x-vuln: Fix tests.

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

Change-Id: I882c2fb219947834f89dd7d9f785c10572032890
This commit is contained in:
Sharlatan Hellseher 2025-09-12 11:16:02 +01:00
parent da2d3aab87
commit 12db34cae1
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -1311,6 +1311,8 @@ tools on.")
;; go: modules disabled by GO111MODULE=off
#:test-flags #~(list "-skip" "TestVet|TestGoModTidy|Test58509")
#:test-subdirs #~(list "internal/..." "scan/..." ".")))
(native-inputs
(list go-golang-org-x-tools-go-packages-packagestest))
(propagated-inputs
(list go-github-com-google-go-cmdtest
go-github-com-google-go-cmp