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

commit 09542ee082584fa7a2e064ea42e5f12d2bd0860b
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 430c943f68..e7515b534d 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -2809,7 +2809,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