diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-09-13 10:44:40 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-11-09 21:33:43 +0000 |
commit | 3da934f279b06bb3c2429d65152d2cd250df023b (patch) | |
tree | 217dca8ba59ce460359837594514d2b051238fd8 /gnu/packages | |
parent | 05299e344ab3e2edfeb9468638323e40c0d1c286 (diff) | |
download | guix-3da934f279b06bb3c2429d65152d2cd250df023b.tar.gz guix-3da934f279b06bb3c2429d65152d2cd250df023b.zip |
gnu: go-golang-org-x-vuln: Enable tests.
* gnu/packages/golang-build.scm (go-golang-org-x-vuln): Enable tests.
Change-Id: I489bbd6505b9bd1d7fe234fa7e361c7839a452f1
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/golang-build.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/packages/golang-build.scm b/gnu/packages/golang-build.scm index 583b49ec59..79d56a1857 100644 --- a/gnu/packages/golang-build.scm +++ b/gnu/packages/golang-build.scm @@ -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 |