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
1 changed files with 0 additions and 8 deletions
|
@ -190,14 +190,6 @@ Qt-style API for Wayland clients.")
|
||||||
(substitute* "CMakeLists.txt"
|
(substitute* "CMakeLists.txt"
|
||||||
(("/usr/bin/loginctl") (which "loginctl")))
|
(("/usr/bin/loginctl") (which "loginctl")))
|
||||||
#t))
|
#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
|
(add-after 'install 'wrap-programs
|
||||||
(lambda* (#:key outputs #:allow-other-keys)
|
(lambda* (#:key outputs #:allow-other-keys)
|
||||||
(let ((out (assoc-ref outputs "out")))
|
(let ((out (assoc-ref outputs "out")))
|
||||||
|
|
Reference in a new issue