mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-13 18:40:57 +02:00
gnu: go-github-com-opencontainers-runtime-spec: Enable tests.
* gnu/packages/golang-xyz.scm (go-github-com-opencontainers-runtime-spec) [arguments] <skip-tests?>: No go files in project's root. <phases>: Preserve 'build and 'check. [native-inputs]: Add go-github-com-xeipuuv-gojsonschema. Change-Id: Ic170a7de808577ae7c783f8fc29cf9e7d92c37b6
This commit is contained in:
parent
e90bd12f49
commit
3beba6c594
1 changed files with 3 additions and 4 deletions
|
@ -11984,10 +11984,9 @@ container image format spec (OCI Image Format).")
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
#:import-path "github.com/opencontainers/runtime-spec"
|
#:import-path "github.com/opencontainers/runtime-spec"
|
||||||
#:phases
|
#:skip-build? #t))
|
||||||
#~(modify-phases %standard-phases
|
(native-inputs
|
||||||
(delete 'build)
|
(list go-github-com-xeipuuv-gojsonschema))
|
||||||
(delete 'check))))
|
|
||||||
(home-page "https://github.com/opencontainers/runtime-spec")
|
(home-page "https://github.com/opencontainers/runtime-spec")
|
||||||
(synopsis "OCI specs implementation in Golang")
|
(synopsis "OCI specs implementation in Golang")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue