diff options
| author | Sughosha <sughosha@disroot.org> | 2025-07-26 12:47:53 +0530 |
|---|---|---|
| committer | Zheng Junjie <z572@z572.online> | 2025-08-05 22:15:38 +0800 |
| commit | bca331e08cf437620b9ed157c2bbb1ad5a2f9429 (patch) | |
| tree | 27788a61012fc60e9c483991785dafe1efdf5ed7 | |
| parent | 5094adcca982a96f8bc5b639151073fa79b05b2b (diff) | |
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 <z572@z572.online>
| -rw-r--r-- | gnu/packages/kde-plasma.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm index ecc839fde3a..c4e48a3d02c 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: |
