gnu: kdenlive, marble-qt: Add kdoctools.
* gnu/packages/kde.scm (kdenlive)[native-inputs]: Add kdoctools. (marble-qt): Move kdoctools from inputs to native-inputs. Signed-off-by: Marius Bakke <marius@gnu.org>
This commit is contained in:
parent
c60a78b1b7
commit
e63a0ef8af
1 changed files with 2 additions and 3 deletions
|
@ -261,7 +261,7 @@ (define-public kdenlive
|
|||
`("MLT_PREFIX" ":" =
|
||||
(,#$(this-package-input "mlt"))))))))))
|
||||
(native-inputs
|
||||
(list extra-cmake-modules pkg-config qttools-5))
|
||||
(list extra-cmake-modules kdoctools pkg-config qttools-5))
|
||||
(inputs
|
||||
(list bash-minimal
|
||||
breeze ; make dark them available easily
|
||||
|
@ -1007,13 +1007,12 @@ (define-public marble-qt
|
|||
"-DBUILD_TOUCH=YES"
|
||||
"-DBUILD_MARBLE_TESTS=FALSE")))
|
||||
(native-inputs
|
||||
(list extra-cmake-modules qttools-5))
|
||||
(list extra-cmake-modules kdoctools qttools-5))
|
||||
;; One optional dependency missing: libwlocate.
|
||||
(inputs
|
||||
(list gpsd
|
||||
kcoreaddons
|
||||
kcrash
|
||||
kdoctools
|
||||
ki18n
|
||||
kio
|
||||
knewstuff
|
||||
|
|
Loading…
Reference in a new issue