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

commit d8f69723ab32dd92acb72813a18d75d8edfcb083
Author: Zheng Junjie <zhengjun...@iscas.ac.cn>
AuthorDate: Wed Jul 10 01:23:11 2024 +0800

    gnu: nextcloud-client: Fix build.
    
    * gnu/packages/sync.scm (nextcloud-client): Fix build.
    [inputs]: Remove karchive, kconfig, kcoreaddons, kio, and kwidgetsaddons; 
add
    karchive-5, kconfig-5, kcoreaddons-5, kio-5, and kwidgetsaddons-5.
    
    Change-Id: I30b1003fc77c06dbfc28ddc2846dabed2cdaa2d8
---
 gnu/packages/sync.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/sync.scm b/gnu/packages/sync.scm
index e2d67b0600..af736d0c28 100644
--- a/gnu/packages/sync.scm
+++ b/gnu/packages/sync.scm
@@ -190,12 +190,12 @@
            dbus
            desktop-file-utils
            glib
-           karchive
-           kconfig
-           kcoreaddons
-           kio
+           karchive-5
+           kconfig-5
+           kcoreaddons-5
+           kio-5
            kjs
-           kwidgetsaddons
+           kwidgetsaddons-5
            libcloudproviders
            libzip
            openssl

Reply via email to