summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorSughosha <sughosha@disroot.org>2026-03-09 14:00:30 +0530
committerSughosha <sughosha@disroot.org>2026-03-09 15:09:35 +0530
commiteffcb3ae67252f1baae787c2a193430740523cd9 (patch)
tree36f9d3904f17540b0e4ced486975b7b5331ba2a0 /gnu
parente6db3ab8521cef3a1f39abe7d5d8e62477d7bb8c (diff)
gnu: discover: Fix flatpak backend.
* gnu/packages/kde-plasma.scm (discover)[inputs]: Add wayland. Change-Id: I1d46b0d07d63081c3559efbb9aabe17309258a75
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/kde-plasma.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index 19caca36362..46ecb93532c 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
;;