mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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"))))
|
(base32 "06ni2jpd3s5bzg2qrry58svakkg9k43gkgkrbk8f8x886qnhnimp"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:import-path "golang.org/x/lint"
|
(list
|
||||||
#:tests? #f)) ;; TODO: Fix tests
|
#:import-path "golang.org/x/lint"))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list go-golang-org-x-tools))
|
(list go-golang-org-x-tools))
|
||||||
(home-page "https://golang.org/x/lint")
|
(home-page "https://golang.org/x/lint")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue