guix_mirror_bot pushed a commit to branch kde-team
in repository guix.

commit 7b381b352797a06ef9347ae5f1aec122b9c353d4
Author: Sughosha <[email protected]>
AuthorDate: Mon Jul 6 12:47:15 2026 +0530

    gnu: kio-extras: Propagate kio.
    
    * gnu/packages/kde-internet.scm (kio-extras)[inputs]: Remove kio.
    [propagated-inputs]: Add kio.
---
 gnu/packages/kde-internet.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/kde-internet.scm b/gnu/packages/kde-internet.scm
index 9cdf5c865c..224657b4b5 100644
--- a/gnu/packages/kde-internet.scm
+++ b/gnu/packages/kde-internet.scm
@@ -455,6 +455,7 @@ communicate with each other.  Here's a few things KDE 
Connect can do:
                        (("Exec=.*$")
                         (string-append "Exec=" kio "/libexec/kf" kf-version
                                        "/kiod" kf-version "\n")))))))))
+    (propagated-inputs (list kio)) ;required by KioArchive6Config.cmake
     (native-inputs (list extra-cmake-modules dbus kdoctools pkg-config 
qttools))
     ;; TODO: libappimage
     (inputs (list gperf
@@ -473,7 +474,6 @@ communicate with each other.  Here's a few things KDE 
Connect can do:
                   kdsoap-ws-discovery-client
                   knotifications
                   ki18n
-                  kio
                   ksyntaxhighlighting
                   libimobiledevice
                   libkexiv2

Reply via email to