mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05:00
gnu: python-qtconsole: Use python-pyqt-without-webkit.
* gnu/packages/python-xyz.scm (python-qtconsole)[propagated-inputs]: Use python-pyqt-without-qtwebkit. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
5ac20c9a25
commit
c35b51f002
1 changed files with 2 additions and 2 deletions
|
@ -13965,8 +13965,8 @@ (define-public python-qtconsole
|
||||||
(("def test_other_output") "def _test_other_output")))))))
|
(("def test_other_output") "def _test_other_output")))))))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-ipykernel python-ipython-genutils python-jupyter-client
|
(list python-ipykernel python-ipython-genutils python-jupyter-client
|
||||||
python-jupyter-core python-pygments python-pyqt python-pyzmq
|
python-jupyter-core python-pygments python-pyqt-without-qtwebkit
|
||||||
python-qtpy python-traitlets))
|
python-pyzmq python-qtpy python-traitlets))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-flaky python-pytest python-pytest-qt))
|
(list python-flaky python-pytest python-pytest-qt))
|
||||||
(home-page "https://jupyter.org")
|
(home-page "https://jupyter.org")
|
||||||
|
|
Loading…
Reference in a new issue