mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: atelier: Fix build.
* gnu/packages/kde-utils.scm (atelier): Fix build. [inputs]: Remove ki18n, kxmlgui, kconfigwidgets, and ktexteditor; add ki18n-5, kxmlgui-5, kconfigwidgets-5, and ktexteditor-5. Change-Id: Ifb5bd63b7acd8d9193f0fdaf95b2cdaf0662060e
This commit is contained in:
parent
03bda2fa01
commit
ee7e5e00bf
1 changed files with 4 additions and 4 deletions
|
@ -144,10 +144,10 @@ (define-public atelier
|
|||
"00jccpwvksyp2vr3fjxajs8d9d30rspg4zj6rnj8dai96alp303k"))))
|
||||
(build-system qt-build-system)
|
||||
(native-inputs (list extra-cmake-modules pkg-config))
|
||||
(inputs (list ki18n
|
||||
kxmlgui
|
||||
kconfigwidgets
|
||||
ktexteditor
|
||||
(inputs (list ki18n-5
|
||||
kxmlgui-5
|
||||
kconfigwidgets-5
|
||||
ktexteditor-5
|
||||
libatcore
|
||||
qt3d-5
|
||||
qtbase-5
|
||||
|
|
Loading…
Reference in a new issue