guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit 5927b8676b2ab604c1f4d6300f76945b1912823e
Author: Sughosha <[email protected]>
AuthorDate: Wed Oct 1 18:36:51 2025 +0530
gnu: kxstitch: Add qtwayland to inputs.
* gnu/packages/kde-utils.scm (kxstitch)[inputs]: Add qtwayland.
Change-Id: I0aad7ed16f9ad1e629706c408bc05c9876a7fd2a
---
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 e75996fa0c..34551b404c 100644
--- a/gnu/packages/kde-utils.scm
+++ b/gnu/packages/kde-utils.scm
@@ -1247,7 +1247,8 @@ timers for each task can be started, stopped, changed, or
looped.")
kwidgetsaddons
kxmlgui
kconfig
- imagemagick))
+ imagemagick
+ qtwayland))
(arguments (list #:qtbase qtbase
#:tests? #f))
(home-page "https://apps.kde.org/kxstitch/")