guix_mirror_bot pushed a commit to branch kde-team
in repository guix.

commit 44b2b8950c7bc0da0ed36c18a8ee4847a55c0945
Author: Sughosha <[email protected]>
AuthorDate: Wed Oct 1 18:38:09 2025 +0530

    gnu: sweeper: Add qtwayland to inputs.
    
    * gnu/packages/kde-utils.scm (sweeper)[inputs]: Add qtwayland.
    
    Change-Id: I1b1c6012a11edcd662d80f033d90eb701b4ab156
---
 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 dc1e8d3caa..b5cb7f30d6 100644
--- a/gnu/packages/kde-utils.scm
+++ b/gnu/packages/kde-utils.scm
@@ -1391,7 +1391,8 @@ remind you to take a break now and then.")
            ki18n
            kio
            ktextwidgets
-           kxmlgui))
+           kxmlgui
+           qtwayland))
     (home-page "https://apps.kde.org/sweeper/";)
     (synopsis "Temporary file and history cleaner")
     (description "

Reply via email to