mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 22:16:32 +01: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:
parent
1a016d9dda
commit
8ebf4e3a71
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ (define-public sddm
|
|||
(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 a new issue