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

guix_mirror_bot pushed a commit to branch kde-team
in repository guix.

The following commit(s) were added to refs/heads/kde-team by this push:
     new b6729ce31a gnu: kwin: Fix tests.
b6729ce31a is described below

commit b6729ce31a07ef9e2c5b86e7490f64d5e2c6ec5e
Author: Sughosha <[email protected]>
AuthorDate: Mon Oct 13 20:51:38 2025 +0530

    gnu: kwin: Fix tests.
    
    * gnu/packages/kde-plasma.scm (kwin)[arguments]<#:phases>: In 'check phase,
    exclude "kwin-testXwaylandInput" and "kwin-testWindowRules".
    
    Change-Id: I9a9be8a2bc2f9105798ac9f82f4f1b58ef54f12d
---
 gnu/packages/kde-plasma.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index 5b9bf56cf3..f0137cc0ce 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -1626,7 +1626,9 @@ KDE Frameworks components.")
                           "kwin-testKWinBindings"
                           "kwin-testMinimizeAllScript"
                           "kwin-testLibinputDevice"
-                          "kwin-testX11Window")
+                          "kwin-testX11Window"
+                          "kwin-testXwaylandInput"
+                          "kwin-testWindowRules")
                          "|"))))))))
     (native-inputs (list extra-cmake-modules
                          dbus

Reply via email to