gnu: perl-image-magick: Disable tests.

* gnu/packages/imagemagick.scm (perl-image-magick)[arguments]: Add #:tests?.

Signed-off-by: Leo Famulari <leo@famulari.name>
master
Jan Nieuwenhuizen 2016-09-13 18:59:38 +02:00 committed by Leo Famulari
parent 2792a6b470
commit 49735d8de1
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 1 deletions

View File

@ -124,7 +124,8 @@ text, lines, polygons, ellipses and Bézier curves.")
(native-inputs `(("pkg-config" ,pkg-config)))
(inputs `(("imagemagick" ,imagemagick)))
(arguments
`(#:phases
`(#:tests? #f ;;Failed 2/23 test programs. 2/353 subtests failed.
#:phases
(modify-phases %standard-phases
(add-before
'configure 'image-magick-flags