This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new effcb3ae67 gnu: discover: Fix flatpak backend.
effcb3ae67 is described below
commit effcb3ae67252f1baae787c2a193430740523cd9
Author: Sughosha <[email protected]>
AuthorDate: Mon Mar 9 14:00:30 2026 +0530
gnu: discover: Fix flatpak backend.
* gnu/packages/kde-plasma.scm (discover)[inputs]: Add wayland.
Change-Id: I1d46b0d07d63081c3559efbb9aabe17309258a75
---
gnu/packages/kde-plasma.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index 19caca3636..46ecb93532 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -412,7 +412,8 @@ Breeze is the default theme for the KDE Plasma desktop.")
qtdeclarative
qtsvg
qtwayland
- qtwebview))
+ qtwebview
+ wayland)) ; required by flatpak
;; -- The following features have been disabled:
;; * RpmOstree, rpm-ostree binary to manage the system. Required to build
the rpm-ostree backend
;;