guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit 459e53e1f3fa70a1bba4b8b09a0afe7aa1db3d0d
Author: Sughosha <[email protected]>
AuthorDate: Wed Oct 1 18:29:58 2025 +0530
gnu: basket: Add qtwayland to inputs.
* gnu/packages/kde-utils.scm (basket)[inputs]: Add qtwayland.
Change-Id: I07f394e57d0b24f82b9d94c82ac81b1bfb9d7036
---
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 f732865858..bcebd52f4e 100644
--- a/gnu/packages/kde-utils.scm
+++ b/gnu/packages/kde-utils.scm
@@ -225,7 +225,8 @@ well as CD-ROM images.")
kxmlgui
libgit2-1.8
phonon
- qt5compat))
+ qt5compat
+ qtwayland))
(home-page "https://invent.kde.org/utilities/basket")
(synopsis "Notes and to-dos organizer")
(description "This package provides simple note taking and to-do app.")