diff options
author | Csepp <raingloom@riseup.net> | 2022-11-12 21:45:28 +0100 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2022-11-15 11:09:15 +0200 |
commit | c35b51f002297ffaf2b9021ecb4386956d1e1d2c (patch) | |
tree | 0f60c494cd457e2943a0f14127eeacc3c7757d04 /gnu | |
parent | 5ac20c9a25d0912b8fbe0cb699f88748ae8eeeb7 (diff) | |
download | guix-c35b51f002297ffaf2b9021ecb4386956d1e1d2c.tar.gz |
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>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 7e10682e69..7624593647 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -13965,8 +13965,8 @@ Jupyter kernels such as IJulia and IRKernel.") (("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") |