guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/05: gnu: sddm: Remove obsolete workaround.


From: Marius Bakke
Subject: 04/05: gnu: sddm: Remove obsolete workaround.
Date: Thu, 7 Dec 2017 11:37:27 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 9bb798948851f7418475d5da989fd62c26575fd2
Author: Marius Bakke <address@hidden>
Date:   Wed Dec 6 02:07:56 2017 +0100

    gnu: sddm: Remove obsolete workaround.
    
    * gnu/packages/display-managers.scm (sddm)[arguments]: Remove obsolete
    'fix-qml-include' phase.
---
 gnu/packages/display-managers.scm | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/gnu/packages/display-managers.scm 
b/gnu/packages/display-managers.scm
index fcc4f95..2f4a8c2 100644
--- a/gnu/packages/display-managers.scm
+++ b/gnu/packages/display-managers.scm
@@ -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")))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]