mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: skopeo: Skip the test phase.
* gnu/packages/virtualization.scm (skopeo)[arguments]: Set #:tests? #f.
This commit is contained in:
@@ -984,6 +984,7 @@ Open Container Initiative (OCI) image layout and its tagged images.")
|
||||
(arguments
|
||||
'(#:import-path "github.com/projectatomic/skopeo"
|
||||
#:install-source? #f
|
||||
#:tests? #f ; The tests require Docker
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(replace 'build
|
||||
|
||||
Reference in New Issue
Block a user