guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit e99d539c7a3cb92ba70209330b9d6d2e77a72fc9
Author: Sughosha <[email protected]>
AuthorDate: Wed Oct 1 18:32:35 2025 +0530
gnu: kcharselect: Add qtwayland to inputs.
* gnu/packages/kde-utils.scm (kcharselect)[inputs]: Add qtwayland.
Change-Id: I47a3613b0058fc83e91b2fcf66211a0857a30861
---
gnu/packages/kde-utils.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/kde-utils.scm b/gnu/packages/kde-utils.scm
index 79f2e95119..1d4b952ddd 100644
--- a/gnu/packages/kde-utils.scm
+++ b/gnu/packages/kde-utils.scm
@@ -598,7 +598,8 @@ drive, USB stick, etc
ki18n
kiconthemes
kwidgetsaddons
- kxmlgui))
+ kxmlgui
+ qtwayland))
(home-page "https://apps.kde.org/kcharselect/")
(synopsis "Select and copy special characters from installed fonts")
(description