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

commit 9f319afa0b8a189f019fbb7c8da8ff3e3acb9860
Author: Sughosha <[email protected]>
AuthorDate: Tue Oct 7 17:53:46 2025 +0530

    gnu: kgraphviewer: Add qtwayland to inputs and reorder them.
    
    * gnu/packages/kde-graphics.scm (kgraphviewer)[inputs]: Reorder; add 
qtwayland.
    
    Change-Id: I8475ae7ecdf50ac62a515f5d5a0c84347e6f25ff
---
 gnu/packages/kde-graphics.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/kde-graphics.scm b/gnu/packages/kde-graphics.scm
index 1f086b2299..c00e10f9fc 100644
--- a/gnu/packages/kde-graphics.scm
+++ b/gnu/packages/kde-graphics.scm
@@ -276,8 +276,9 @@ illustrate project schedules.")
            ki18n
            kiconthemes
            kparts
+           qt5compat
            qtsvg
-           qt5compat))
+           qtwayland))
     (native-inputs
      (list pkg-config extra-cmake-modules kdoctools))
     (arguments (list #:tests? #f))

Reply via email to