summaryrefslogtreecommitdiff
path: root/gnu/packages/kde-frameworks.scm
diff options
context:
space:
mode:
authorHartmut Goebel <h.goebel@crazy-compilers.com>2017-09-19 19:30:31 +0200
committerHartmut Goebel <h.goebel@crazy-compilers.com>2017-10-13 13:53:42 +0200
commitcc527338ee8a79f230e7afdbe8bfa00b8d1ce265 (patch)
tree01a7f884d420670fe2a4b6f820ff61246849ba7d /gnu/packages/kde-frameworks.scm
parent3263e94c550234096f603796d8e4b956ab81d4c2 (diff)
downloadgnu-guix-cc527338ee8a79f230e7afdbe8bfa00b8d1ce265.tar
gnu-guix-cc527338ee8a79f230e7afdbe8bfa00b8d1ce265.tar.gz
gnu: kconfigwidgets: Add optional native-input kdoctools.
* gnu/packages/kde-frameworks.scm (kconfigwidgets)[native-inputs]: Add kdoctools.
Diffstat (limited to 'gnu/packages/kde-frameworks.scm')
-rw-r--r--gnu/packages/kde-frameworks.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index c71bec1290..02685e5a37 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -2007,7 +2007,8 @@ KCModules can be created with the KConfigWidgets framework.")
("kconfig" ,kconfig)
("kwidgetsaddons" ,kwidgetsaddons)))
(native-inputs
- `(("extra-cmake-modules" ,extra-cmake-modules)))
+ `(("extra-cmake-modules" ,extra-cmake-modules)
+ ("kdoctools" ,kdoctools)))
(inputs
`(("kcoreaddons" ,kcoreaddons)
("kguiaddons" ,kguiaddons)