[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#27251: [PATCH 01/27] gnu: kguiaddons: Add more optional inputs.
From: |
Hartmut Goebel |
Subject: |
bug#27251: [PATCH 01/27] gnu: kguiaddons: Add more optional inputs. |
Date: |
Mon, 5 Jun 2017 17:34:52 +0200 |
* gnu/packages/kde-frameworks.scm (kguiaddons)
[native-inputs]: Add pkg-config. [inputs]:Add qtx11extras.
---
gnu/packages/kde-frameworks.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 07943e1..d44692a 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -641,9 +641,11 @@ infrastructure.")
(build-system cmake-build-system)
(native-inputs
`(("extra-cmake-modules" ,extra-cmake-modules)
+ ("pkg-config" ,pkg-config)
("xorg-server" ,xorg-server)))
(inputs
- `(("qtbase" ,qtbase)))
+ `(("qtbase" ,qtbase)
+ ("qtx11extras" ,qtx11extras)))
(arguments
`(#:phases
(modify-phases %standard-phases
--
2.7.4
- bug#27251: [PATCH 00/27] KDE Frameworks: Add inputs, fix some tests, cleanup., Hartmut Goebel, 2017/06/05
- bug#27251: [PATCH 01/27] gnu: kguiaddons: Add more optional inputs.,
Hartmut Goebel <=
- bug#27251: [PATCH 03/27] gnu: kguiaddons: Add a todo comment., Hartmut Goebel, 2017/06/05
- bug#27251: [PATCH 02/27] gnu: kguiaddons: Remove unused native input., Hartmut Goebel, 2017/06/05
- bug#27251: [PATCH 04/27] gnu: kitemmodels: Add more optional inputs., Hartmut Goebel, 2017/06/05
- bug#27251: [PATCH 09/27] gnu: kinit: Add more optional inputs., Hartmut Goebel, 2017/06/05
- bug#27251: [PATCH 10/27] gnu: ktexteditor: Add more optional inputs., Hartmut Goebel, 2017/06/05
- bug#27251: [PATCH 11/27] gnu: ktexteditor: Add a todo comment., Hartmut Goebel, 2017/06/05
- bug#27251: [PATCH 05/27] gnu: kcompletion: Remove unused native input., Hartmut Goebel, 2017/06/05
- bug#27251: [PATCH 08/27] gnu: kio: Add more optional and recommended inputs., Hartmut Goebel, 2017/06/05
- bug#27251: [PATCH 07/27] gnu: kimageformats: Add more optional and recommended inputs., Hartmut Goebel, 2017/06/05
- bug#27251: [PATCH 06/27] gnu: kde frameworks: Avoid requiring xorg-server for tests., Hartmut Goebel, 2017/06/05