gnu: perl-gd: Disable tests.

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

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

View File

@ -106,6 +106,7 @@ most common applications of GD involve website development.")
(string-append "--lib_" i "_path="
(assoc-ref %build-inputs i)))
'("zlib" "png" "ft" "jpeg" "fontconfig"))
#:tests? #f ;; Failed 1/2 test programs. 1/12 subtests failed.
#:phases (alist-cons-after
'configure 'clear-autogenerated-files
(lambda _