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

commit 582488bba12f2b251127362c2c6adac3353927e4
Author: Sughosha <[email protected]>
AuthorDate: Tue Oct 7 20:14:27 2025 +0530

    gnu: plasma-welcome: Add qtwayland to inputs.
    
    * gnu/packages/kde-plasma.scm (plasma-welcome)[inputs]: Add qtwayland.
    
    Change-Id: I35f9b9bdbea75ab8fd4df0828783a39d089b014a
---
 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 babc647fc0..fc2b3128bd 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -2808,7 +2808,8 @@ sensors, process information and other system resources.")
            networkmanager-qt
            libplasma
            qtdeclarative
-           qtsvg))
+           qtsvg
+           qtwayland))
     (arguments
      (list #:qtbase qtbase
            #:tests? #f))

Reply via email to