gnu: kxstitch: Fix build.
* gnu/packages/kde-utils.scm (kxstitch): Fix build. [inputs]: Replace ktexteditor with ktexteditor-5. [native-inputs]: Replace kdoctools with kdoctools-5. Change-Id: Id8f59c9748534c140ce427d04332715e61523499master
parent
cc1de93231
commit
e1f2fd5ff4
|
@ -1014,9 +1014,9 @@ great on your desktop.")
|
||||||
(base32 "1q6blvcqz6hxdfrkdi0fplmz7rmk3im56kpp68r0yrivhx3hn8sc"))))
|
(base32 "1q6blvcqz6hxdfrkdi0fplmz7rmk3im56kpp68r0yrivhx3hn8sc"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules kdoctools pkg-config))
|
(list extra-cmake-modules kdoctools-5 pkg-config))
|
||||||
(inputs
|
(inputs
|
||||||
(list ktexteditor imagemagick qtbase-5 qtx11extras))
|
(list ktexteditor-5 imagemagick qtbase-5 qtx11extras))
|
||||||
(home-page "https://apps.kde.org/kxstitch/")
|
(home-page "https://apps.kde.org/kxstitch/")
|
||||||
(synopsis "Create and print cross stitch patterns")
|
(synopsis "Create and print cross stitch patterns")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in New Issue