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:
Hartmut Goebel 2019-12-23 16:00:24 +01:00
parent 2b583cdd85
commit 214bfb2cb7
No known key found for this signature in database
GPG key ID: 634A8DFFD3F631DF

View file

@ -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"