[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/18: gnu: kitemmodels: Add more optional inputs.
From: |
Hartmut Goebel |
Subject: |
03/18: gnu: kitemmodels: 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 0cd3e818e7bfdfc8812e00b209e75a4298514b07
Author: Hartmut Goebel <address@hidden>
Date: Mon May 15 17:31:36 2017 +0200
gnu: kitemmodels: Add more optional inputs.
* gnu/packages/kde-frameworks.scm (kitemmodels)[inputs]: Add qtdeclarative.
---
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 f7f5598..1547c01 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -747,7 +747,8 @@ or user activity.")
`(("extra-cmake-modules" ,extra-cmake-modules)
("xorg-server" ,xorg-server)))
(inputs
- `(("qtbase" ,qtbase)))
+ `(("qtbase" ,qtbase)
+ ("qtdeclarative" ,qtdeclarative)))
(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 <=
- 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, 2017/06/08
- 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