guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit 58d2090e8271e5ce9b76385069a95af1def24d0e
Author: Sughosha <[email protected]>
AuthorDate: Wed Oct 1 18:35:51 2025 +0530
gnu: kronometer: Add qtwayland to inputs.
* gnu/packages/kde-utils.scm (kronometer)[inputs]: Add qtwayland.
Change-Id: I92dd53089c5981a697a65f11c949f9b7b47c4e56
---
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 6aa6f65cf0..3caeb6a788 100644
--- a/gnu/packages/kde-utils.scm
+++ b/gnu/packages/kde-utils.scm
@@ -1112,7 +1112,8 @@ Its features include:
kcrash
ki18n
kwidgetsaddons
- kxmlgui))
+ kxmlgui
+ qtwayland))
(arguments (list #:qtbase qtbase))
(home-page "https://apps.kde.org/kronometer/")
(synopsis "Simple stopwatch application")