guix-patches
[Top][All Lists]
Advanced

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

[bug#35446] [PATCH v2 14/24] gnu: calibre: Disable Qt test.


From: Brendan Tildesley
Subject: [bug#35446] [PATCH v2 14/24] gnu: calibre: Disable Qt test.
Date: Sat, 4 May 2019 02:42:22 +1000

* gnu/packages/ebook.scm (calbre):[arguments]: Disable Qt test.

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.
---
 gnu/packages/ebook.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/ebook.scm b/gnu/packages/ebook.scm
index 05a9b96d35..b0d14ece68 100644
--- a/gnu/packages/ebook.scm
+++ b/gnu/packages/ebook.scm
@@ -195,6 +195,7 @@
               ;; This informs the tests we are a continuous integration
               ;; environment and thus have no networking.
               (setenv "CI" "true")
+              (setenv "SKIP_QT_BUILD_TEST" "true") ;; TODO: fix test and 
remove.
               #t)))
          (add-after 'build 'build-extra
            (lambda* (#:key inputs #:allow-other-keys)
-- 
2.21.0






reply via email to

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