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"))))
|
||||
(build-system qt-build-system)
|
||||
(native-inputs
|
||||
(list extra-cmake-modules kdoctools pkg-config))
|
||||
(list extra-cmake-modules kdoctools-5 pkg-config))
|
||||
(inputs
|
||||
(list ktexteditor imagemagick qtbase-5 qtx11extras))
|
||||
(list ktexteditor-5 imagemagick qtbase-5 qtx11extras))
|
||||
(home-page "https://apps.kde.org/kxstitch/")
|
||||
(synopsis "Create and print cross stitch patterns")
|
||||
(description
|
||||
|
|
Reference in New Issue