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

commit 43b9ca1297fad9556dd38367870bda867c78abc7
Author: Zheng Junjie <[email protected]>
AuthorDate: Mon Jul 8 22:46:21 2024 +0800

    gnu: labplot: Fix build.
    
    * gnu/packages/kde.scm (labplot): Fix build.
    [inputs]: Remove breeze, karchive, kcompletion, kconfig, kconfigwidgets,
    kcoreaddons, kcrash, kdoctools, ki18n, kiconthemes, kio, knewstuff,
    kparts, kservice, ksyntaxhighlighting, ktextwidgets, kuserfeedback,
    kwidgetsaddons, and kxmlgui; add breeze-qt5, karchive-5,
    kcompletion-5, kconfig-5, kconfigwidgets-5, kcoreaddons-5, kcrash-5,
    kdoctools-5, ki18n-5, kiconthemes-5, kio-5, knewstuff-5, kparts-5,
    kservice-5, ksyntaxhighlighting-5, ktextwidgets-5, kwidgetsaddons-5,
    and kxmlgui-5.
    
    Change-Id: I5604988a9092eac7508114a886e6c97d62b19c21
---
 gnu/packages/kde.scm | 37 ++++++++++++++++++-------------------
 1 file changed, 18 insertions(+), 19 deletions(-)

diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm
index e02bd95972..36bcec57f9 100644
--- a/gnu/packages/kde.scm
+++ b/gnu/packages/kde.scm
@@ -1406,27 +1406,26 @@ communicate with each other.  Here's a few things KDE 
Connect can do:
                          python-wrapper
                          qttools-5))
     (inputs
-     (list breeze ;for dark themes
+     (list breeze-qt5 ;for dark themes
            breeze-icons ;for icons
            gsl
-           karchive
-           kcompletion
-           kconfig
-           kconfigwidgets
-           kcoreaddons
-           kcrash
-           kdoctools
-           ki18n
-           kiconthemes
-           kio
-           knewstuff
-           kparts
-           kservice
-           ksyntaxhighlighting
-           ktextwidgets
-           kuserfeedback
-           kwidgetsaddons
-           kxmlgui
+           karchive-5
+           kcompletion-5
+           kconfig-5
+           kconfigwidgets-5
+           kcoreaddons-5
+           kcrash-5
+           kdoctools-5
+           ki18n-5
+           kiconthemes-5
+           kio-5
+           knewstuff-5
+           kparts-5
+           kservice-5
+           ksyntaxhighlighting-5
+           ktextwidgets-5
+           kwidgetsaddons-5
+           kxmlgui-5
            qtbase-5
            qtsvg-5
            shared-mime-info

Reply via email to