efraim pushed a commit to branch qt-updates
in repository guix.
commit 64a64fa72a2f9858bc149e1a00ba9f89e8f58086
Author: Efraim Flashner <[email protected]>
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"))