guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/04: gnu: sddm: Fix output directory for QML files.


From: guix-commits
Subject: 01/04: gnu: sddm: Fix output directory for QML files.
Date: Tue, 26 Nov 2019 06:31:50 -0500 (EST)

htgoebel pushed a commit to branch master
in repository guix.

commit 8ebf4e3a71d945b95fc917fbdde096ef4e07a9e6
Author: Hartmut Goebel <address@hidden>
Date:   Fri Nov 22 09:07:50 2019 +0100

    gnu: sddm: Fix output directory for QML files.
    
    Path must match qtbase's native-search-path specification, otherwise it
    will not be picked up by other packages.
    
    * gnu/packages/display-managers.scm (sddm)[arguments]<configure-flags>:
      Change value of "-DQT_IMPORTS_DIR".
---
 gnu/packages/display-managers.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/display-managers.scm 
b/gnu/packages/display-managers.scm
index 0b8f742..21afc0e 100644
--- a/gnu/packages/display-managers.scm
+++ b/gnu/packages/display-managers.scm
@@ -102,7 +102,7 @@
                        (assoc-ref %build-inputs "shadow")
                        "/etc/login.defs")
         (string-append "-DQT_IMPORTS_DIR="
-                       (assoc-ref %outputs "out") "/qml")
+                       (assoc-ref %outputs "out") "/lib/qt5/qml")
         (string-append "-DCMAKE_INSTALL_SYSCONFDIR="
                        (assoc-ref %outputs "out") "/etc"))
        #:modules ((guix build cmake-build-system)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]