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:
parent
1a016d9dda
commit
8ebf4e3a71
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user