mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 04:29:25 -05:00
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
This commit is contained in:
parent
ff7d8bb93f
commit
d2419557d1
1 changed files with 18 additions and 19 deletions
|
@ -1404,27 +1404,26 @@ (define-public labplot
|
||||||
python-wrapper
|
python-wrapper
|
||||||
qttools-5))
|
qttools-5))
|
||||||
(inputs
|
(inputs
|
||||||
(list breeze ;for dark themes
|
(list breeze-qt5 ;for dark themes
|
||||||
breeze-icons ;for icons
|
breeze-icons ;for icons
|
||||||
gsl
|
gsl
|
||||||
karchive
|
karchive-5
|
||||||
kcompletion
|
kcompletion-5
|
||||||
kconfig
|
kconfig-5
|
||||||
kconfigwidgets
|
kconfigwidgets-5
|
||||||
kcoreaddons
|
kcoreaddons-5
|
||||||
kcrash
|
kcrash-5
|
||||||
kdoctools
|
kdoctools-5
|
||||||
ki18n
|
ki18n-5
|
||||||
kiconthemes
|
kiconthemes-5
|
||||||
kio
|
kio-5
|
||||||
knewstuff
|
knewstuff-5
|
||||||
kparts
|
kparts-5
|
||||||
kservice
|
kservice-5
|
||||||
ksyntaxhighlighting
|
ksyntaxhighlighting-5
|
||||||
ktextwidgets
|
ktextwidgets-5
|
||||||
kuserfeedback
|
kwidgetsaddons-5
|
||||||
kwidgetsaddons
|
kxmlgui-5
|
||||||
kxmlgui
|
|
||||||
qtbase-5
|
qtbase-5
|
||||||
qtsvg-5
|
qtsvg-5
|
||||||
shared-mime-info
|
shared-mime-info
|
||||||
|
|
Loading…
Reference in a new issue