~ruther/guix-local

17d12bf6a6c842642d420366a42bd26de087f017 — Vivien Kraus 1 year, 11 months ago da381e2
gnu: kcalendarcore: Disable failing test.

* gnu/packages/kde-frameworks.scm (kcalendarcore) [#:phases]: Add
‘disable-failing-test’.

Change-Id: Ia0a5828b032d1940f30a7d38ebd276e60929c310
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
1 files changed, 6 insertions(+), 0 deletions(-)

M gnu/packages/kde-frameworks.scm
M gnu/packages/kde-frameworks.scm => gnu/packages/kde-frameworks.scm +6 -0
@@ 509,6 509,12 @@ GZip format, via a subclass of QIODevice.")
     (list
      #:phases
      #~(modify-phases %standard-phases
          (add-after 'unpack 'disable-failing-test
            (lambda _
              ;; Reported as https://bugs.kde.org/show_bug.cgi?id=484306
              (substitute* "autotests/CMakeLists.txt"
                (("testdateserialization")
                 ""))))
          (add-before 'check 'check-setup
            (lambda* (#:key inputs #:allow-other-keys) ;;; XXX: failing test
              (setenv "QT_QPA_PLATFORM" "offscreen")