[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#28720] [PATCH 05/23] gnu: kconfigwidgets: Add optional native-input
From: |
Hartmut Goebel |
Subject: |
[bug#28720] [PATCH 05/23] gnu: kconfigwidgets: Add optional native-input kdoctools. |
Date: |
Fri, 6 Oct 2017 14:16:18 +0200 |
* gnu/packages/kde-frameworks.scm (kconfigwidgets)[native-inputs]:
Add kdoctools.
---
gnu/packages/kde-frameworks.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index c71bec129..02685e5a3 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)
--
2.13.5
- [bug#28720] [PATCH 00/23] Enhance building KDE Frameworks., Hartmut Goebel, 2017/10/06
- [bug#28720] [PATCH 00/23] Enhance building KDE Frameworks., Hartmut Goebel, 2017/10/06
- [bug#28720] [PATCH 03/23] gnu: Update prison to 5.37.0., Hartmut Goebel, 2017/10/06
- [bug#28720] [PATCH 02/23] gnu: qtkeychain: Reduce the number of warnings when configuring., Hartmut Goebel, 2017/10/06
- [bug#28720] [PATCH 01/23] gnu: grantlee: Enable all tests., Hartmut Goebel, 2017/10/06
- [bug#28720] [PATCH 05/23] gnu: kconfigwidgets: Add optional native-input kdoctools.,
Hartmut Goebel <=
- [bug#28720] [PATCH 06/23] gnu: kwallet: Add optional input qgpgme., Hartmut Goebel, 2017/10/06
- [bug#28720] [PATCH 07/23] gnu: kdesignerplugin: Add optional inputs., Hartmut Goebel, 2017/10/06
- [bug#28720] [PATCH 12/23] gnu: bluez-qt: Add comment about status of tests., Hartmut Goebel, 2017/10/06
- [bug#28720] [PATCH 10/23] gnu: kfilemetadata: Enable support for PDF files and audio files., Hartmut Goebel, 2017/10/06
- [bug#28720] [PATCH 11/23] gnu: bluez-qt: Install udev-rules., Hartmut Goebel, 2017/10/06
- [bug#28720] [PATCH 08/23] gnu: phonon: Enable building the Qt Designer plugin., Hartmut Goebel, 2017/10/06