~ruther/guix-local

3beba6c594e639e2695e3eb498c9905cb04083bc — Sharlatan Hellseher 1 year, 4 months ago e90bd12
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
1 files changed, 3 insertions(+), 4 deletions(-)

M gnu/packages/golang-xyz.scm
M gnu/packages/golang-xyz.scm => gnu/packages/golang-xyz.scm +3 -4
@@ 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