1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-16 20:10:39 +02:00

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
This commit is contained in:
Sharlatan Hellseher 2024-12-12 12:07:45 +00:00
parent 6179e9dda0
commit 1692284a8f
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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")