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:
parent
6179e9dda0
commit
1692284a8f
1 changed files with 2 additions and 2 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue