guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit b905b3f1c864dcf21589b20ed8372c6875f58cd0
Author: Sughosha <[email protected]>
AuthorDate: Wed Oct 1 18:18:39 2025 +0530
gnu: kdf: Add qtwayland to inputs.
* gnu/packages/kde-systemtools.scm (kdf)[inputs]: Add qtwayland.
Change-Id: I11ffc7f5840a99060cccc09ef82450b7f4635824
---
gnu/packages/kde-systemtools.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/kde-systemtools.scm b/gnu/packages/kde-systemtools.scm
index af6d5cab9d..961ab11108 100644
--- a/gnu/packages/kde-systemtools.scm
+++ b/gnu/packages/kde-systemtools.scm
@@ -199,7 +199,8 @@ Dolphin with the version control systems: Bzr, Git,
Mercurial, Subversion.")
kwidgetsaddons
kstatusnotifieritem
kxmlgui
- qt5compat))
+ qt5compat
+ qtwayland))
(arguments
(list #:qtbase qtbase
#:tests? #f))