mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-13 02:20:53 +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
|
||||
(list
|
||||
#:import-path "github.com/opencontainers/runtime-spec"
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(delete 'build)
|
||||
(delete 'check))))
|
||||
#:skip-build? #t))
|
||||
(native-inputs
|
||||
(list go-github-com-xeipuuv-gojsonschema))
|
||||
(home-page "https://github.com/opencontainers/runtime-spec")
|
||||
(synopsis "OCI specs implementation in Golang")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue