diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2018-07-04 12:27:53 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2018-07-11 11:08:47 +0300 |
commit | 64a64fa72a2f9858bc149e1a00ba9f89e8f58086 (patch) | |
tree | bb4cd8b3fd047b2b933b0167765edd860f090e67 /gnu/packages/qt.scm | |
parent | b6476ecc8be6fc4b37a7bfc32dee96c9a2eff237 (diff) | |
download | guix-64a64fa72a2f9858bc149e1a00ba9f89e8f58086.tar guix-64a64fa72a2f9858bc149e1a00ba9f89e8f58086.tar.gz |
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.
Diffstat (limited to 'gnu/packages/qt.scm')
-rw-r--r-- | gnu/packages/qt.scm | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm index 943ca6640e..0f01df226b 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")) |