From 3beba6c594e639e2695e3eb498c9905cb04083bc Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Tue, 28 Jan 2025 20:29:43 +0000 Subject: [PATCH] gnu: go-github-com-opencontainers-runtime-spec: Enable tests. * gnu/packages/golang-xyz.scm (go-github-com-opencontainers-runtime-spec) [arguments] : No go files in project's root. : Preserve 'build and 'check. [native-inputs]: Add go-github-com-xeipuuv-gojsonschema. Change-Id: Ic170a7de808577ae7c783f8fc29cf9e7d92c37b6 --- gnu/packages/golang-xyz.scm | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index 02dc48c422119fc504055101cf1dcbf8e56acb0c..4bc71932ec4469c96063078fc4a9151f22df1857 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -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