guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 5f02ecf097d0266b0f3ce40b49718cf3d5f73e3b
Author: Danny Milosavljevic <[email protected]>
AuthorDate: Fri Jan 9 03:19:56 2026 +0100
gnu: flatpak-kcm: Enable wayland.
* gnu/packages/kde-plasma.scm (flatpak-kcm)[inputs]: Add wayland.
Change-Id: Ib276309549ea87eaf91e86906866f3a5c96d6f7f
---
gnu/packages/kde-plasma.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index 7b168ad294..985510df47 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -451,6 +451,7 @@ games, and tools.")
kitemmodels
kservice
libostree ;required by flatpak
+ wayland ;required by flatpak
qtdeclarative
qtsvg))
(home-page "https://invent.kde.org/plasma/flatpak-kcm")