1
Fork 0
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:
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 (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