3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: sddm: Remove obsolete workaround.

* gnu/packages/display-managers.scm (sddm)[arguments]: Remove obsolete
'fix-qml-include' phase.
This commit is contained in:
Marius Bakke 2017-12-06 02:07:56 +01:00
parent 61bfc18ee8
commit 9bb7989488
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

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