guix-commits
[Top][All Lists]
Advanced

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

branch master updated: Revert "gnu: kwayland: Enable test suite."


From: guix-commits
Subject: branch master updated: Revert "gnu: kwayland: Enable test suite."
Date: Mon, 01 Feb 2021 03:07:57 -0500

This is an automated email from the git hooks/post-receive script.

lfam pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 263b396  Revert "gnu: kwayland: Enable test suite."
263b396 is described below

commit 263b3961f40e49078a25e4118d1c8efc70e8d03f
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Mon Feb 1 03:00:06 2021 -0500

    Revert "gnu: kwayland: Enable test suite."
    
    This reverts commit ba3e25bbf217637d2054bb0c8b906f3eed230613.
    
    This commit is reverted because it caused kwayland to no longer build on the
    build farm. Specifically, the test 
"PlasmaWindowModelTest::testVirtualDesktops"
    fails.
    
    See this discussion for more information:
    
    https://lists.gnu.org/archive/html/guix-devel/2021-01/msg00382.html
---
 gnu/packages/kde-frameworks.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 8c2028b..9ecbf75 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -1,6 +1,6 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2015 Andreas Enge <andreas@enge.fr>
-;;; Copyright © 2016, 2019, 2021 Efraim Flashner <efraim@flashner.co.il>
+;;; Copyright © 2016, 2019 Efraim Flashner <efraim@flashner.co.il>
 ;;; Copyright © 2016-2019 Hartmut Goebel <h.goebel@crazy-compilers.com>
 ;;; Copyright © 2016 David Craven <david@craven.ch>
 ;;; Copyright © 2017 Thomas Danckaert <post@thomasdanckaert.be>
@@ -1047,12 +1047,13 @@ integration with a custom editor as well as a 
ready-to-use
        ("wayland" ,wayland)
        ("wayland-protocols" ,wayland-protocols)))
     (arguments
-     `(#:phases
+     `(#:tests? #f ; FIXME tests require weston to run
+                   ; weston requires wayland flags in mesa
+       #:phases
        (modify-phases %standard-phases
          (add-before 'check 'check-setup
            (lambda _
              (setenv "XDG_RUNTIME_DIR" "/tmp")
-             (setenv "QT_QPA_PLATFORM" "offscreen")
              #t)))))
     (home-page "https://community.kde.org/Frameworks";)
     (synopsis "Qt-style API to interact with the wayland client and server")



reply via email to

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