From effcb3ae67252f1baae787c2a193430740523cd9 Mon Sep 17 00:00:00 2001 From: Sughosha Date: Mon, 9 Mar 2026 14:00:30 +0530 Subject: [PATCH] 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 ;;