rekado pushed a commit to branch master
in repository guix.

commit 9ce2f07ab6c614ea0afda3bdac601bdc0ef958c9
Author: Ricardo Wurmus <[email protected]>
Date:   Fri Aug 31 16:37:00 2018 +0200

    gnu: python-matplotlib: Use python-pyqt-without-qtwebkit.
    
    * gnu/packages/python.scm (python-matplotlib)[propagated-inputs]: Replace
    python-pyqt with python-pyqt-without-qtwebkit.
---
 gnu/packages/python.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index f59e24d..fd1fdbf 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -3503,7 +3503,8 @@ convert between colorspaces like sRGB, XYZ, CIEL*a*b*, 
CIECAM02, CAM02-UCS, etc.
        ;; object. For this reason we need to import both libraries.
        ;; https://pythonhosted.org/cairocffi/cffi_api.html#converting-pycairo
        ("python-pycairo" ,python-pycairo)
-       ("python-pyqt" ,python-pyqt)
+       ;; XXX: qtwebkit cannot be built reliably.
+       ("python-pyqt" ,python-pyqt-without-qtwebkit)
        ("python-cairocffi" ,python-cairocffi)))
     (inputs
      `(("libpng" ,libpng)

Reply via email to