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

commit f50c09a0450fae3134a37e3675b99fcbf4da0b4a
Author: Sughosha <[email protected]>
AuthorDate: Wed Oct 1 18:19:42 2025 +0530

    gnu: kwalletmanager: Add qtwayland to inputs.
    
    * gnu/packages/kde-systemtools.scm (kwalletmanager)[inputs]: Add qtwayland.
    
    Change-Id: I3dd96d8108f365115fca1b2f3a4c3787d93a1702
---
 gnu/packages/kde-systemtools.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/kde-systemtools.scm b/gnu/packages/kde-systemtools.scm
index 6d3b9e4efd..7d382346a2 100644
--- a/gnu/packages/kde-systemtools.scm
+++ b/gnu/packages/kde-systemtools.scm
@@ -542,7 +542,8 @@ This package is part of the KDE administration module.")
            ktextwidgets
            kwallet
            kwindowsystem
-           kxmlgui))
+           kxmlgui
+           qtwayland))
     (arguments
      (list #:qtbase qtbase
            #:tests? #f))

Reply via email to