civodul pushed a commit to branch master
in repository guix.

commit dc37301330af38c7f3b7d6d10d1a3557335c0642
Author: Reza Alizadeh Majd <r.m...@pantherx.org>
Date:   Sat May 25 17:39:14 2019 +0430

    gnu: sddm: Add QtQuick-related dependencies to sddm.
    
    * gnu/packages/display-managers.scm (sddm): add QtQuick related
    dependencies to sddm package in order to `sddm-greeter` application
    to load user defined themes which are based on QtQuick.
    
    Signed-off-by: Ludovic Courtès <l...@gnu.org>
---
 gnu/packages/display-managers.scm | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/gnu/packages/display-managers.scm 
b/gnu/packages/display-managers.scm
index 29d8ae4..0b8f742 100644
--- a/gnu/packages/display-managers.scm
+++ b/gnu/packages/display-managers.scm
@@ -75,6 +75,15 @@
        ("linux-pam" ,linux-pam)
        ("qtbase" ,qtbase)
        ("qtdeclarative" ,qtdeclarative)
+
+       ;; Some user-defined themes use QtQuick components internally.  Adding
+       ;; QtQuick & co. here; they end up in QML2_IMPORT_PATH thanks to
+       ;; 'wrap-qt-program'.
+       ("qtgraphicaleffects" ,qtgraphicaleffects)
+       ("qtquickcontrols" ,qtquickcontrols)
+       ("qtquickcontrols2" ,qtquickcontrols2)
+       ("qtsvg" ,qtsvg)
+
        ("shadow" ,shadow)
        ("wayland" ,wayland)))
     (arguments

Reply via email to