summaryrefslogtreecommitdiff
path: root/gnu/packages/golang-check.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2024-12-12 12:07:45 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-01-21 23:41:53 +0000
commit1692284a8f9d2a1e4728a2486979a34ed595835b (patch)
tree14e3980c9e3e6ef4276656da62f748bb43fb3833 /gnu/packages/golang-check.scm
parent6179e9dda0f4b3ff6ed7ab805486d71e9e588880 (diff)
gnu: go-golang-org-x-lint: Enable tests.
* gnu/packages/golang-check.scm (go-golang-org-x-lint) [arguments]<tests?>: Enable them. Change-Id: Ib5d30153c0f25e3420499b7860c87b47b7ecbfa5
Diffstat (limited to 'gnu/packages/golang-check.scm')
-rw-r--r--gnu/packages/golang-check.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/golang-check.scm b/gnu/packages/golang-check.scm
index 58c7cb33a9..f05f85ca81 100644
--- a/gnu/packages/golang-check.scm
+++ b/gnu/packages/golang-check.scm
@@ -1327,8 +1327,8 @@ real database connection.")
(base32 "06ni2jpd3s5bzg2qrry58svakkg9k43gkgkrbk8f8x886qnhnimp"))))
(build-system go-build-system)
(arguments
- '(#:import-path "golang.org/x/lint"
- #:tests? #f)) ;; TODO: Fix tests
+ (list
+ #:import-path "golang.org/x/lint"))
(propagated-inputs
(list go-golang-org-x-tools))
(home-page "https://golang.org/x/lint")