guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

385/465: gnu: labplot: Fix build.


From: guix-commits
Subject: 385/465: gnu: labplot: Fix build.
Date: Wed, 17 Jul 2024 23:02:13 -0400 (EDT)

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

commit d2419557d1fe6e7d4205f39453a7e16ca64763c5
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
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 81c8126f5f..eb564bb130 100644
--- a/gnu/packages/kde.scm
+++ b/gnu/packages/kde.scm
@@ -1404,27 +1404,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

[Prev in Thread] Current Thread [Next in Thread]