mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: skopeo: Skip the test phase.
* gnu/packages/virtualization.scm (skopeo)[arguments]: Set #:tests? #f.
This commit is contained in:
parent
b55db49481
commit
e409879a3f
1 changed files with 1 additions and 0 deletions
|
@ -984,6 +984,7 @@ (define-public skopeo
|
|||
(arguments
|
||||
'(#:import-path "github.com/projectatomic/skopeo"
|
||||
#:install-source? #f
|
||||
#:tests? #f ; The tests require Docker
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(replace 'build
|
||||
|
|
Loading…
Reference in a new issue