mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -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")))))))
|
||||
(propagated-inputs
|
||||
(list python-ipykernel python-ipython-genutils python-jupyter-client
|
||||
python-jupyter-core python-pygments python-pyqt python-pyzmq
|
||||
python-qtpy python-traitlets))
|
||||
python-jupyter-core python-pygments python-pyqt-without-qtwebkit
|
||||
python-pyzmq python-qtpy python-traitlets))
|
||||
(native-inputs
|
||||
(list python-flaky python-pytest python-pytest-qt))
|
||||
(home-page "https://jupyter.org")
|
||||
|
|
Loading…
Reference in a new issue