civodul pushed a commit to branch master
in repository guix.

commit ff019629025871caa2fbc78cf921fb46e96e94de
Author: Noé Lopez <noelo...@free.fr>
AuthorDate: Sat Mar 1 18:22:48 2025 +0100

    gnu: discover: Add missing runtime dependencies.
    
    qtsvg for icons and the rest for the page with package details.
    
    * gnu/packages/kde-plasma.scm (discover): Add missing runtime
    dependencies.
    
    Change-Id: I93598a474c0799ed57234f57f74e216beaf2618b
    Signed-off-by: Ludovic Courtès <l...@gnu.org>
---
 gnu/packages/kde-plasma.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index d764734f74..8967d3304b 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -291,6 +291,7 @@ Breeze is the default theme for the KDE Plasma desktop.")
                   kxmlgui
                   kirigami
                   kirigami-addons
+                  kitemmodels
                   kuserfeedback
                   knewstuff
                   knotifications
@@ -300,7 +301,10 @@ Breeze is the default theme for the KDE Plasma desktop.")
                   kidletime
                   packagekit-qt6
                   purpose
+                  qt5compat
                   qtdeclarative
+                  qtsvg
+                  qtwebview
                   qcoro-qt6))
     ;; -- The following features have been disabled:
     ;; * Ostree, Library to manage ostree repository. Required to build the 
rpm-ostree backend

Reply via email to