guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit f1a20ed5fbb1bba65d9170bca2508f6cd172852e
Author: Sughosha <[email protected]>
AuthorDate: Sat Jul 4 20:11:21 2026 +0530
gnu: solid: Fix importing the required QML modules.
* gnu/packages/kde-frameworks.scm (solid)[inputs]: Reorder; remove
qtdeclarative.
[propagated-inputs]: Add qtdeclarative.
---
gnu/packages/kde-frameworks.scm | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 55310a2455..889a21770b 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -2020,14 +2020,17 @@ feel.")
(base32
"1k502z9h0czx03kvby15ky3pzklgfrf4rwyasgmlkq686bm051a4"))))
(build-system cmake-build-system)
+ (propagated-inputs
+ (list qtdeclarative)) ;required by sonnetquickplugin.qmltypes
(native-inputs
(list bison dbus extra-cmake-modules flex pkg-config qttools))
;; TODO: Add runtime-only dependency MediaPlayerInfo
(inputs
- (list `(,util-linux "lib")
+ (list eudev
libxkbcommon
- vulkan-headers
- qtbase qtdeclarative eudev))
+ qtbase
+ `(,util-linux "lib")
+ vulkan-headers))
(home-page "https://community.kde.org/Frameworks")
(synopsis "Desktop hardware abstraction")
(description "Solid is a device integration framework. It provides a way
of