1
Fork 0
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:
Sharlatan Hellseher 2025-01-28 20:29:43 +00:00
parent e90bd12f49
commit 3beba6c594
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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