guix-commits
[Top][All Lists]
Advanced

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

14/23: gnu: calibre: Disable Qt test.


From: guix-commits
Subject: 14/23: gnu: calibre: Disable Qt test.
Date: Sun, 5 May 2019 11:15:25 -0400 (EDT)

dannym pushed a commit to branch master
in repository guix.

commit 4bcd0647b7fa6daf3bab604ef71d2420c5b8811c
Author: Brendan Tildesley <address@hidden>
Date:   Sat May 4 02:42:22 2019 +1000

    gnu: calibre: Disable Qt test.
    
    * gnu/packages/ebook.scm (calibre)[arguments]<#:phases>[configure]: Disable
    Qt test.
    
    Signed-off-by: Danny Milosavljevic <address@hidden>
---
 gnu/packages/ebook.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/ebook.scm b/gnu/packages/ebook.scm
index b5f8283..cf5a3513 100644
--- a/gnu/packages/ebook.scm
+++ b/gnu/packages/ebook.scm
@@ -195,6 +195,10 @@
               ;; This informs the tests we are a continuous integration
               ;; environment and thus have no networking.
               (setenv "CI" "true")
+              ;; The Qt test complains about being unable to load all image 
plugins, and I
+              ;; notice the available plugins list it shows lacks 'svg'. 
Adding qtsvg doesn't
+              ;; fix it, so I'm not sure how to fix it.  TODO: Fix test and 
remove this.
+              (setenv "SKIP_QT_BUILD_TEST" "true")
               #t)))
          (add-after 'build 'build-extra
            (lambda* (#:key inputs #:allow-other-keys)



reply via email to

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