mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-gopkg-in-errgo-fmt-errors: Enable tests.
* gnu/packages/golang.scm (go-gopkg-in-errgo-fmt-errors) [arguments] <skip-build?>: Set to #t, as no go files in project's root. [native-inputs]: Add go-gopkg-in-check-v1. Change-Id: I04497ef63cd550911c6ccb870f08f902227a4ef4
This commit is contained in:
parent
0dbaac5d99
commit
b4501ee8bc
1 changed files with 5 additions and 6 deletions
|
@ -5194,12 +5194,11 @@ configuration languages, but other uses may be possible too.")
|
||||||
"065mbihiy7q67wnql0bzl9y1kkvck5ivra68254zbih52jxwrgr2"))))
|
"065mbihiy7q67wnql0bzl9y1kkvck5ivra68254zbih52jxwrgr2"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:import-path "gopkg.in/errgo.v2"
|
(list
|
||||||
#:tests? #f
|
#:skip-build? #t
|
||||||
;; Source-only package
|
#:import-path "gopkg.in/errgo.v2"))
|
||||||
#:phases
|
(native-inputs
|
||||||
(modify-phases %standard-phases
|
(list go-gopkg-in-check-v1))
|
||||||
(delete 'build))))
|
|
||||||
(home-page "https://godoc.org/gopkg.in/errgo.v2")
|
(home-page "https://godoc.org/gopkg.in/errgo.v2")
|
||||||
(synopsis "Functions that use the fmt package to format error messages")
|
(synopsis "Functions that use the fmt package to format error messages")
|
||||||
(description "This package is the same as @code{gopkg.in/errgo.v2/errors}
|
(description "This package is the same as @code{gopkg.in/errgo.v2/errors}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue