From bca331e08cf437620b9ed157c2bbb1ad5a2f9429 Mon Sep 17 00:00:00 2001 From: Sughosha Date: Sat, 26 Jul 2025 12:47:53 +0530 Subject: [PATCH] gnu: discover: Enable flatpak backend. * gnu/packages/kde-plasma.scm (discover): Update the comments. [inputs]: Add libostree. [arguments]<#:phases>: In 'check phase, exclude "flatpaktest" and do not exclude "knsbackendtest" which no more exists. Change-Id: I8bc5f520ad63a116888ac70db7b4298f98b0c5e9 Signed-off-by: Zheng Junjie --- gnu/packages/kde-plasma.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm index ecc839fde3..c4e48a3d02 100644 --- a/gnu/packages/kde-plasma.scm +++ b/gnu/packages/kde-plasma.scm @@ -288,7 +288,7 @@ Breeze is the default theme for the KDE Plasma desktop.") (setenv "XDG_DATA_DIRS" (string-append (getcwd) ":" (getenv "XDG_DATA_DIRS"))) - (invoke "ctest" "-E" "knsbackendtest"))))))) + (invoke "ctest" "-E" "flatpaktest"))))))) (native-inputs (list extra-cmake-modules pkg-config)) (inputs (list appstream-qt6 attica @@ -314,6 +314,7 @@ Breeze is the default theme for the KDE Plasma desktop.") kdeclarative kcmutils kidletime + libostree ; required by flatpak packagekit-qt6 purpose qt5compat @@ -321,7 +322,6 @@ Breeze is the default theme for the KDE Plasma desktop.") qtsvg qcoro-qt6)) ;; -- The following features have been disabled: - ;; * Ostree, Library to manage ostree repository. Required to build the rpm-ostree backend ;; * RpmOstree, rpm-ostree binary to manage the system. Required to build the rpm-ostree backend ;; ;; -- The following OPTIONAL packages have not been found: