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

commit afb4f566c6133ecd8711ffccdf650b1b45bcfc36
Author: Sughosha <[email protected]>
AuthorDate: Tue Oct 7 20:15:39 2025 +0530

    gnu: print-manager: Add qtwayland to inputs.
    
    * gnu/packages/kde-plasma.scm (print-manager)[inputs]: Add qtwayland.
    
    Change-Id: I37eef7f6ce21b89265a21697f2085cbf4ce364b5
---
 gnu/packages/kde-plasma.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index fc2b3128bd..c1f9719ea1 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -3105,7 +3105,8 @@ hardware management, and a high degree of 
customizability.")
            kwidgetsaddons
            kwindowsystem
            libplasma
-           qtdeclarative))
+           qtdeclarative
+           qtwayland))
     (arguments
      (list #:qtbase qtbase
            #:tests? #f))

Reply via email to