[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/10: gnu: solid: Enable building interface for qml.
From: |
Hartmut Goebel |
Subject: |
06/10: gnu: solid: Enable building interface for qml. |
Date: |
Sun, 5 Nov 2017 04:57:48 -0500 (EST) |
htgoebel pushed a commit to branch master
in repository guix.
commit e8737735a26ddc8ca9102a9fa7ccd7806f360f91
Author: Hartmut Goebel <address@hidden>
Date: Fri Oct 20 15:15:06 2017 +0200
gnu: solid: Enable building interface for qml.
* gnu/package/kde-frameworks.scm(solid)[inputs]: Add qtdeclarative.
---
gnu/packages/kde-frameworks.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 78290cf..f8eb504 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")
- branch master updated (46dea12 -> 1289001), Hartmut Goebel, 2017/11/05
- 06/10: gnu: solid: Enable building interface for qml.,
Hartmut Goebel <=
- 04/10: gnu: kdelibs4support: Make test kstandarddirstest pass., Hartmut Goebel, 2017/11/05
- 09/10: gnu: kdewebkit: Move to be in alphabetical order., Hartmut Goebel, 2017/11/05
- 10/10: gnu: prison: Move to be in alphabetical order., Hartmut Goebel, 2017/11/05
- 01/10: gnu: extra-cmake-modules: Install pri-files into lib/qt5/., Hartmut Goebel, 2017/11/05
- 03/10: gnu: kimageformats: Update comment., Hartmut Goebel, 2017/11/05
- 05/10: gnu: krunner: Make some tests pass., Hartmut Goebel, 2017/11/05
- 08/10: gnu: kactivities: Move to tier 2., Hartmut Goebel, 2017/11/05
- 07/10: gnu: libksysguard: Update to 5.11.2., Hartmut Goebel, 2017/11/05
- 02/10: gnu: kde-frameworks: Update to 5.39.0., Hartmut Goebel, 2017/11/05