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

commit f51f05e87e25202dad9c68f2acf22270d25b70cf
Author: Sughosha <[email protected]>
AuthorDate: Tue Oct 7 18:09:51 2025 +0530

    gnu: kcachegrind: Add qtwayland to inputs.
    
    * gnu/packages/kde-sdk.scm (kcachegrind)[inputs]: Add qtwayland.
    
    Change-Id: I6dc6ec260d9ee61d24814ec0aecb8db92a78e18e
---
 gnu/packages/kde-sdk.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/kde-sdk.scm b/gnu/packages/kde-sdk.scm
index 7b3b493fb4..9a3c3dc10e 100644
--- a/gnu/packages/kde-sdk.scm
+++ b/gnu/packages/kde-sdk.scm
@@ -155,7 +155,7 @@ structure.  It features:
     (native-inputs
      (list extra-cmake-modules perl python qttools kdoctools))
     (inputs
-     (list qtbase karchive ki18n kio kxmlgui kdbusaddons))
+     (list qtbase karchive ki18n kio kxmlgui kdbusaddons qtwayland))
     (arguments (list #:tests? #f))
     ;; Note: The 'hotshot2calltree' and 'pprof2calltree' scripts depend on
     ;; Python and PHP, respectively.  These are optional and we ignore them

Reply via email to