guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit 908f474f2ff626141013fcfacda8f60822e5d041
Author: Sughosha <[email protected]>
AuthorDate: Wed Oct 1 18:30:49 2025 +0530
gnu: filelight: Add qtwayland to inputs.
* gnu/packages/kde-utils.scm (filelight)[inputs]: Add qtwayland.
Change-Id: I48c96a954b3259b00961caa9ac324a594cfc2629
---
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 8eea8797fd..969c59580a 100644
--- a/gnu/packages/kde-utils.scm
+++ b/gnu/packages/kde-utils.scm
@@ -290,7 +290,8 @@ well as CD-ROM images.")
ki18n
kdeclarative
qqc2-desktop-style
- qtsvg))
+ qtsvg
+ qtwayland))
(arguments (list #:qtbase qtbase))
(home-page "https://apps.kde.org/filelight/")
(synopsis "Visualize the disk usage")