[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/18: gnu: kguiaddons: Add more optional inputs.
From: |
Hartmut Goebel |
Subject: |
01/18: gnu: kguiaddons: Add more optional inputs. |
Date: |
Thu, 8 Jun 2017 13:15:31 -0400 (EDT) |
htgoebel pushed a commit to branch master
in repository guix.
commit e7aab7736214d021d43bef598064f9daa95adc19
Author: Hartmut Goebel <address@hidden>
Date: Mon May 15 17:27:55 2017 +0200
gnu: kguiaddons: Add more optional inputs.
* 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
- branch master updated (30e760f -> 1e0ae3b), Hartmut Goebel, 2017/06/08
- 03/18: gnu: kitemmodels: Add more optional inputs., Hartmut Goebel, 2017/06/08
- 04/18: gnu: kcompletion: Remove unused native input., Hartmut Goebel, 2017/06/08
- 02/18: gnu: kguiaddons: Remove unused native input., Hartmut Goebel, 2017/06/08
- 01/18: gnu: kguiaddons: Add more optional inputs.,
Hartmut Goebel <=
- 07/18: gnu: kio: Add more optional and recommended inputs., Hartmut Goebel, 2017/06/08
- 14/18: gnu: kwallet: Use gpgme instead of gpgmepp., Hartmut Goebel, 2017/06/08
- 05/18: gnu: kde frameworks: Avoid requiring xorg-server for tests., Hartmut Goebel, 2017/06/08
- 11/18: gnu: kpackage: Add more optional inputs., Hartmut Goebel, 2017/06/08
- 13/18: gnu: gpgmepp: Superseded by gpgme., Hartmut Goebel, 2017/06/08
- 06/18: gnu: kimageformats: Add more optional and recommended inputs., Hartmut Goebel, 2017/06/08
- 08/18: gnu: kinit: Add more optional inputs., Hartmut Goebel, 2017/06/08
- 10/18: gnu: plasma-framework: Add more optional inputs., Hartmut Goebel, 2017/06/08
- 12/18: gnu: sonnet: Add optional input (spell-checker)., Hartmut Goebel, 2017/06/08
- 09/18: gnu: ktexteditor: Add more optional inputs., Hartmut Goebel, 2017/06/08