guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit 7684cb7b24f0665caf5fe24e01b9a121fa7b6863
Author: Sughosha <[email protected]>
AuthorDate: Wed Oct 1 18:36:05 2025 +0530
gnu: krusader: Add qtwayland to inputs.
* gnu/packages/kde-utils.scm (krusader)[inputs]: Add qtwayland.
Change-Id: I527e00967c99034c69ac74cff69795144583b348
---
gnu/packages/kde-utils.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/kde-utils.scm b/gnu/packages/kde-utils.scm
index 3caeb6a788..82136db87a 100644
--- a/gnu/packages/kde-utils.scm
+++ b/gnu/packages/kde-utils.scm
@@ -1164,6 +1164,7 @@ to save the times and resume them later.")
kwindowsystem
kxmlgui
qt5compat
+ qtwayland
solid
zlib))
(home-page "https://krusader.org/")