guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/05: gnu: perl-gd: Disable tests.


From: Leo Famulari
Subject: 01/05: gnu: perl-gd: Disable tests.
Date: Wed, 14 Sep 2016 19:43:26 +0000 (UTC)

lfam pushed a commit to branch master
in repository guix.

commit 2792a6b470fcad0fc957895e1ad77ea692b83c8c
Author: Jan Nieuwenhuizen <address@hidden>
Date:   Tue Sep 13 18:59:37 2016 +0200

    gnu: perl-gd: Disable tests.
    
    * gnu/packages/gd.scm (perl-gd)[arguments]: Add #:tests?.
    
    Signed-off-by: Leo Famulari <address@hidden>
---
 gnu/packages/gd.scm |    1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/gd.scm b/gnu/packages/gd.scm
index b1bbc22..4ba0194 100644
--- a/gnu/packages/gd.scm
+++ b/gnu/packages/gd.scm
@@ -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 _



reply via email to

[Prev in Thread] Current Thread [Next in Thread]