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

commit d379f59c7c5db7f5a75a93a031eaa9906be5d8ee
Author: Sughosha <[email protected]>
AuthorDate: Wed Oct 1 18:34:57 2025 +0530

    gnu: kmag: Add qtwayland to inputs.
    
    * gnu/packages/kde-utils.scm (kmag)[inputs]: Add qtwayland.
    
    Change-Id: I2b4678f6c1e0b165737370fbc1609493db6ec716
---
 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 8088b5c92e..ae4979dc64 100644
--- a/gnu/packages/kde-utils.scm
+++ b/gnu/packages/kde-utils.scm
@@ -923,7 +923,8 @@ the computer and 3D Printers.")
            kio
            kxmlgui
            breeze-icons ;; default icon set
-           libqaccessibilityclient))
+           libqaccessibilityclient
+           qtwayland))
     (home-page "https://apps.kde.org/kmag/";)
     (synopsis "Screen magnifier tool")
     (description "You can use KMagnifier to magnify a part of the screen just

Reply via email to