diff options
author | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2017-05-15 17:31:36 +0200 |
---|---|---|
committer | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2017-06-08 18:59:40 +0200 |
commit | 0cd3e818e7bfdfc8812e00b209e75a4298514b07 (patch) | |
tree | 123e4e08712c20e8a71121a44b4219d19000779d | |
parent | 986447c8a61a3746173c960aa9c064843123b77b (diff) | |
download | guix-0cd3e818e7bfdfc8812e00b209e75a4298514b07.tar guix-0cd3e818e7bfdfc8812e00b209e75a4298514b07.tar.gz |
gnu: kitemmodels: Add more optional inputs.
* gnu/packages/kde-frameworks.scm (kitemmodels)[inputs]: Add qtdeclarative.
-rw-r--r-- | gnu/packages/kde-frameworks.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index f7f5598fe8..1547c0154c 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 |