mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-12 06:41:27 +01:00
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:
parent
38963b2bdc
commit
e9f2c713e3
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue