[PATCH] gnu: discover: Add missing runtime dependencies.

  • Open
  • quality assurance status badge
Details
One participant
  • Noé Lopez
Owner
unassigned
Submitted by
Noé Lopez
Severity
normal

Debbugs page

Noé Lopez wrote 2 weeks ago
(address . guix-patches@gnu.org)(name . Noé Lopez)(address . noe@xn--no-cja.eu)
a22617f4a639fc8293e79eaa1d70d6c5f64845c7.1740849735.git.noelopez@free.fr
From: Noé Lopez <noelopez@free.fr>

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
---
gnu/packages/kde-plasma.scm | 4 ++++
1 file changed, 4 insertions(+)

Toggle diff (27 lines)
diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index 8d177d147f..8f77299c40 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -291,6 +291,7 @@ (define-public discover
kxmlgui
kirigami
kirigami-addons
+ kitemmodels
kuserfeedback
knewstuff
knotifications
@@ -300,7 +301,10 @@ (define-public discover
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

base-commit: b9063be5a73114c1bfb23121b7c9b612835d014d
--
2.48.1
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 76665@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 76665
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help