mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: python-matplotlib: Fix import failure
* gnu/packages/python.scm (python-matplotlib)[propagated-inputs]: Add python-pyqt. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
1d47ea86ff
commit
7e06086522
1 changed files with 1 additions and 1 deletions
|
@ -3213,6 +3213,7 @@ (define-public python-matplotlib
|
||||||
;; object. For this reason we need to import both libraries.
|
;; object. For this reason we need to import both libraries.
|
||||||
;; https://pythonhosted.org/cairocffi/cffi_api.html#converting-pycairo
|
;; https://pythonhosted.org/cairocffi/cffi_api.html#converting-pycairo
|
||||||
("python-pycairo" ,python-pycairo)
|
("python-pycairo" ,python-pycairo)
|
||||||
|
("python-pyqt" ,python-pyqt)
|
||||||
("python-cairocffi" ,python-cairocffi)))
|
("python-cairocffi" ,python-cairocffi)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("libpng" ,libpng)
|
`(("libpng" ,libpng)
|
||||||
|
@ -3222,7 +3223,6 @@ (define-public python-matplotlib
|
||||||
("glib" ,glib)
|
("glib" ,glib)
|
||||||
;; FIXME: Add backends when available.
|
;; FIXME: Add backends when available.
|
||||||
;("python-wxpython" ,python-wxpython)
|
;("python-wxpython" ,python-wxpython)
|
||||||
("python-pyqt" ,python-pyqt)
|
|
||||||
("tcl" ,tcl)
|
("tcl" ,tcl)
|
||||||
("tk" ,tk)))
|
("tk" ,tk)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
|
Loading…
Reference in a new issue