mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +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
94f5e026a3
commit
56b34d3c59
1 changed files with 2 additions and 0 deletions
|
@ -2289,6 +2289,7 @@ (define-public umoci
|
|||
(package
|
||||
(name "umoci")
|
||||
(version "0.4.7")
|
||||
;; XXX: Source contain vendor, consider to pack all missing dependencies.
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -2302,6 +2303,7 @@ (define-public umoci
|
|||
(arguments
|
||||
'(#:import-path "github.com/opencontainers/umoci"
|
||||
#:install-source? #f
|
||||
#:test-subdirs '(".")
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(replace 'unpack
|
||||
|
|
Loading…
Reference in a new issue