gnu: umoci: Fix build.

* gnu/packages/virtualization.scm (umoci) [arguments] <test-subdirs>:
Limit to project's root.

Change-Id: Ib002c142fefa7b8fa60c7d9c650615753bf03eba
This commit is contained in:
Sharlatan Hellseher 2024-12-28 20:18:45 +00:00
parent 38963b2bdc
commit e9f2c713e3
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -2290,6 +2290,7 @@ Open Container Initiative specification.")
(package
(name "umoci")
(version "0.4.7")
;; XXX: Source contain vendor, consider to pack all missing dependencies.
(source
(origin
(method url-fetch)
@ -2303,6 +2304,7 @@ Open Container Initiative specification.")
(arguments
'(#:import-path "github.com/opencontainers/umoci"
#:install-source? #f
#:test-subdirs '(".")
#:phases
(modify-phases %standard-phases
(replace 'unpack