1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-22 10:10:31 +02:00

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

* gnu/packages/golang-build.scm (go-golang-org-x-vuln): Enable tests.

Change-Id: I489bbd6505b9bd1d7fe234fa7e361c7839a452f1
This commit is contained in:
Sharlatan Hellseher
2024-09-13 10:44:40 +01:00
parent 05299e344a
commit 3da934f279

View File

@@ -973,7 +973,6 @@ Go programming language.")
(build-system go-build-system)
(arguments
(list
#:tests? #f ; it tires to download modules from the network
#:import-path "golang.org/x/vuln"
#:phases
#~(modify-phases %standard-phases