guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit 35f4b180781c2081d06e8f61974c605714c40787
Author: Sughosha <[email protected]>
AuthorDate: Wed Oct 1 18:29:36 2025 +0530
gnu: ark: Add qtwayland to inputs.
* gnu/packages/kde-utils.scm (ark)[inputs]: Add qtwayland.
Change-Id: Ie9996a05e0be103af6531cff2a9286e8652093b5
---
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 b17bf826f9..8cccf0c8e0 100644
--- a/gnu/packages/kde-utils.scm
+++ b/gnu/packages/kde-utils.scm
@@ -127,6 +127,7 @@
lzop
p7zip
unzip
+ qtwayland
zip
zstd))
(home-page "https://apps.kde.org/ark/")