guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 10a569fe1b48cb5f8e51ccec5139b5fe33c3d195
Author: Sughosha <[email protected]>
AuthorDate: Sat Jul 26 18:33:29 2025 +0530

    gnu: discover: Remove packagekit-qt6 dependency.
    
    Until there is a guix backend for packagekit, packagekit-qt6 is not needed.
    
    * gnu/packages/kde-plasma.scm (discover): Add a TODO comment.
    [inputs]: Remove packagekit-qt6.
    
    Change-Id: If260c8e19273bb52fc49260699e08a9c01f9678a
    Signed-off-by: Maxim Cournoyer <[email protected]>
---
 gnu/packages/kde-plasma.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index 9de341105c..2336beca94 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -291,6 +291,8 @@ Breeze is the default theme for the KDE Plasma desktop.")
                              (string-append (getcwd)
                                             ":" (getenv 
"XDG_DATA_DIRS")))))))))
     (native-inputs (list extra-cmake-modules pkg-config))
+    ;; TODO: Add packagekit-qt6 when a guix backend for packagekit will be
+    ;; available.
     (inputs (list appstream-qt6
                   attica
                   fwupd ; optional
@@ -317,7 +319,6 @@ Breeze is the default theme for the KDE Plasma desktop.")
                   kidletime
                   libostree ; required by flatpak
                   markdown
-                  packagekit-qt6
                   purpose
                   qcoro-qt6
                   qt5compat

Reply via email to