diff options
author | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2017-10-20 15:15:06 +0200 |
---|---|---|
committer | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2017-11-05 10:56:38 +0100 |
commit | e8737735a26ddc8ca9102a9fa7ccd7806f360f91 (patch) | |
tree | 12d8f4d38586895f1bb5c25532e4b811a4dbadb4 | |
parent | b1beb1670b91216f8c0fcceff6069da7f922e096 (diff) | |
download | guix-e8737735a26ddc8ca9102a9fa7ccd7806f360f91.tar.gz guix-e8737735a26ddc8ca9102a9fa7ccd7806f360f91.zip |
gnu: solid: Enable building interface for qml.
* gnu/package/kde-frameworks.scm(solid)[inputs]: Add qtdeclarative.
-rw-r--r-- | gnu/packages/kde-frameworks.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index 78290cf1a9..f8eb504d80 100644 --- a/gnu/packages/kde-frameworks.scm +++ b/gnu/packages/kde-frameworks.scm @@ -1226,6 +1226,7 @@ which are used in DBus communication.") ("qttools" ,qttools))) (inputs `(("qtbase" ,qtbase) + ("qtdeclarative" ,qtdeclarative) ("udev" ,eudev))) ;; TODO: Add runtime-only dependency MediaPlayerInfo (home-page "https://community.kde.org/Frameworks") |