From 263b3961f40e49078a25e4118d1c8efc70e8d03f Mon Sep 17 00:00:00 2001 From: Leo Famulari Date: Mon, 1 Feb 2021 03:00:06 -0500 Subject: 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(-) (limited to 'gnu/packages') diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index 8c2028b978..9ecbf75d34 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 -;;; Copyright © 2016, 2019, 2021 Efraim Flashner +;;; Copyright © 2016, 2019 Efraim Flashner ;;; Copyright © 2016-2019 Hartmut Goebel ;;; Copyright © 2016 David Craven ;;; Copyright © 2017 Thomas Danckaert @@ -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") -- cgit v1.2.3