guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit 527122e62a8bd2a5cfa5150e0fd9eb39fcee7292
Author: Sughosha <[email protected]>
AuthorDate: Wed Oct 1 18:32:59 2025 +0530
gnu: keurocalc: Add qtwayland to inputs.
* gnu/packages/kde-utils.scm (keurocalc)[inputs]: Add qtwayland.
Change-Id: Ia6e20ba8d775cdbd8b1ad188acea181898dbf273
---
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 117c7d8b38..87d31feba1 100644
--- a/gnu/packages/kde-utils.scm
+++ b/gnu/packages/kde-utils.scm
@@ -661,7 +661,8 @@ shell scripts.")
ki18n
kio
kwidgetsaddons
- kxmlgui))
+ kxmlgui
+ qtwayland))
(arguments (list #:qtbase qtbase
#:tests? #f))
(home-page "https://invent.kde.org/utilities/keurocalc")