mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-08 06:00:36 +02:00
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".
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user