guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit e06ce1eba61e5e39713fbe78c6995372d1e4466b
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 e7515b534d..26ef056b8d 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -3106,7 +3106,8 @@ hardware management, and a high degree of
customizability.")
kwidgetsaddons
kwindowsystem
libplasma
- qtdeclarative))
+ qtdeclarative
+ qtwayland))
(arguments
(list #:qtbase qtbase
#:tests? #f))