gnu: perl-image-magick: Disable tests.
* gnu/packages/imagemagick.scm (perl-image-magick)[arguments]: Add #:tests?. Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
parent
2792a6b470
commit
49735d8de1
|
@ -124,7 +124,8 @@ text, lines, polygons, ellipses and Bézier curves.")
|
||||||
(native-inputs `(("pkg-config" ,pkg-config)))
|
(native-inputs `(("pkg-config" ,pkg-config)))
|
||||||
(inputs `(("imagemagick" ,imagemagick)))
|
(inputs `(("imagemagick" ,imagemagick)))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:tests? #f ;;Failed 2/23 test programs. 2/353 subtests failed.
|
||||||
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-before
|
(add-before
|
||||||
'configure 'image-magick-flags
|
'configure 'image-magick-flags
|
||||||
|
|
Loading…
Reference in New Issue