mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
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.
This commit is contained in:
parent
b6476ecc8b
commit
64a64fa72a
1 changed files with 0 additions and 6 deletions
|
@ -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"))
|
||||
|
|
Loading…
Reference in a new issue