mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
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: Id8f59c9748534c140ce427d04332715e61523499
This commit is contained in:
parent
cc1de93231
commit
e1f2fd5ff4
1 changed files with 2 additions and 2 deletions
|
@ -1014,9 +1014,9 @@ (define-public kxstitch
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue