mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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 @@ (define-public sddm
|
|||
(string-append "-DCMAKE_INSTALL_SYSCONFDIR="
|
||||
(assoc-ref %outputs "out") "/etc"))
|
||||
#:phases
|
||||
(modify-phases (@ (guix build qt-build-system) %standard-phases)
|
||||
(modify-phases %standard-phases
|
||||
(add-after 'unpack 'embed-loginctl-reference
|
||||
(lambda _
|
||||
(substitute* "CMakeLists.txt"
|
||||
|
|
Loading…
Reference in a new issue