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

commit ba06a392a6e6af4bfb39928c09fbce4d29057725
Author: Sughosha <[email protected]>
AuthorDate: Wed Oct 1 18:32:47 2025 +0530

    gnu: kdialog: Add qtwayland to inputs.
    
    * gnu/packages/kde-utils.scm (kdialog)[inputs]: Add qtwayland.
    
    Change-Id: Iac8896830853ed6d7b913f5aa033892d4321e0c9
---
 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 1d4b952ddd..117c7d8b38 100644
--- a/gnu/packages/kde-utils.scm
+++ b/gnu/packages/kde-utils.scm
@@ -630,7 +630,8 @@ characters.")
                   kiconthemes
                   kwindowsystem
                   kio
-                  kdbusaddons))
+                  kdbusaddons
+                  qtwayland))
     (home-page "https://invent.kde.org/utilities/kdialog";)
     (synopsis "Show dialog boxes from shell scripts")
     (description "This package provides tool to show nice dialog boxes from

Reply via email to