mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: perl-gd: Disable tests.
* gnu/packages/gd.scm (perl-gd)[arguments]: Add #:tests?. Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
parent
6ea541e016
commit
2792a6b470
1 changed files with 1 additions and 0 deletions
|
@ -106,6 +106,7 @@ (define-public perl-gd
|
|||
(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 _
|
||||
|
|
Loading…
Reference in a new issue