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.master
parent
b6476ecc8b
commit
64a64fa72a
|
@ -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"))
|
||||
|
|
Reference in New Issue