gnu: sddm: Use fixed qt-build-system.
* gnu/packages/display-managers.scm (sddm)[arguments]<phases>: Use %standard-phases without explicitly referring to the qt-build-system module.
This commit is contained in:
parent
2b583cdd85
commit
214bfb2cb7
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@
|
||||||
(string-append "-DCMAKE_INSTALL_SYSCONFDIR="
|
(string-append "-DCMAKE_INSTALL_SYSCONFDIR="
|
||||||
(assoc-ref %outputs "out") "/etc"))
|
(assoc-ref %outputs "out") "/etc"))
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases (@ (guix build qt-build-system) %standard-phases)
|
(modify-phases %standard-phases
|
||||||
(add-after 'unpack 'embed-loginctl-reference
|
(add-after 'unpack 'embed-loginctl-reference
|
||||||
(lambda _
|
(lambda _
|
||||||
(substitute* "CMakeLists.txt"
|
(substitute* "CMakeLists.txt"
|
||||||
|
|
Reference in a new issue