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

commit ae083b6f2577414c63114cc7d91776584c109c8b
Author: Sughosha <[email protected]>
AuthorDate: Tue Oct 7 18:37:57 2025 +0530

    gnu: knotes: Add qtwayland to inputs.
    
    * gnu/packages/kde-pim.scm (knotes)[inputs]: Add qtwayland.
    
    Change-Id: I13ce381e0403a8349672a5cbab82d297a05ed406
---
 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 662397e0cb..c063ed3383 100644
--- a/gnu/packages/kde-pim.scm
+++ b/gnu/packages/kde-pim.scm
@@ -2133,7 +2133,8 @@ information in non-ASCII character sets.")
            kwindowsystem
            kxmlgui
            kxmlgui
-           libkdepim))
+           libkdepim
+           qtwayland))
     (arguments (list #:qtbase qtbase))
     (home-page "https://apps.kde.org/knotes/";)
     (synopsis "Note-taking utility")

Reply via email to