guix-commits
[Top][All Lists]
Advanced

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

03/07: gnu: python-pyqt: Remove qt-5.11 compat phase.


From: Efraim Flashner
Subject: 03/07: gnu: python-pyqt: Remove qt-5.11 compat phase.
Date: Wed, 11 Jul 2018 06:33:25 -0400 (EDT)

efraim pushed a commit to branch qt-updates
in repository guix.

commit 64a64fa72a2f9858bc149e1a00ba9f89e8f58086
Author: Efraim Flashner <address@hidden>
Date:   Wed Jul 4 12:27:53 2018 +0300

    gnu: python-pyqt: Remove qt-5.11 compat phase.
    
    * gnu/packages/qt.scm (python-pyqt)[arguments]: Remove custom phase to
    fix compatibility with qt-5.11.
---
 gnu/packages/qt.scm | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index 943ca66..0f01df2 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -1685,12 +1685,6 @@ module provides support functions to the automatically 
generated code.")
                   ,@%gnu-build-system-modules)
        #:phases
        (modify-phases %standard-phases
-         (add-after 'unpack 'fix-build-with-qt-5.11
-           ;; See: https://bugs.gentoo.org/654742
-           (lambda _
-             (substitute* "sip/QtTest/qtestmouse.sip"
-               (("void waitForEvents\\(\\) /ReleaseGIL/;") ""))
-             #t))
          (replace 'configure
            (lambda* (#:key inputs outputs #:allow-other-keys)
              (let* ((out (assoc-ref outputs "out"))



reply via email to

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