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

commit a0c83d67de453639408be85392dd7ea4d94aee46
Author: Sughosha <[email protected]>
AuthorDate: Tue Oct 7 18:22:27 2025 +0530

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

diff --git a/gnu/packages/kde-pim.scm b/gnu/packages/kde-pim.scm
index c39d937f45..9c8f60fc9b 100644
--- a/gnu/packages/kde-pim.scm
+++ b/gnu/packages/kde-pim.scm
@@ -1328,7 +1328,8 @@ package.")
            ktextwidgets
            kwidgetsaddons
            kwindowsystem
-           kxmlgui))
+           kxmlgui
+           qtwayland))
     (home-page "https://apps.kde.org/kgpg/";)
     (synopsis "Graphical front end for GNU Privacy Guard")
     (description "Kgpg manages cryptographic keys for the GNU Privacy Guard,

Reply via email to