gnu: sddm: Remove obsolete workaround.
* gnu/packages/display-managers.scm (sddm)[arguments]: Remove obsolete 'fix-qml-include' phase.
This commit is contained in:
parent
61bfc18ee8
commit
9bb7989488
|
@ -190,14 +190,6 @@ Qt-style API for Wayland clients.")
|
|||
(substitute* "CMakeLists.txt"
|
||||
(("/usr/bin/loginctl") (which "loginctl")))
|
||||
#t))
|
||||
(add-before 'configure 'fix-qml-include
|
||||
(lambda _
|
||||
;; Make sure QtQml is found when building the helper.
|
||||
;; See <https://github.com/sddm/sddm/pull/918>.
|
||||
(substitute* "src/helper/CMakeLists.txt"
|
||||
(("target_link_libraries\\(sddm-helper")
|
||||
"target_link_libraries(sddm-helper Qt5::Qml"))
|
||||
#t))
|
||||
(add-after 'install 'wrap-programs
|
||||
(lambda* (#:key outputs #:allow-other-keys)
|
||||
(let ((out (assoc-ref outputs "out")))
|
||||
|
|
Loading…
Reference in New Issue