mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-01 19:33:03 +00:00
python310Packages.qtconsole: add missing dependency on ipython_genutils
This commit is contained in:
parent
e1007b0935
commit
81267368ca
@ -4,6 +4,7 @@
|
||||
, ipykernel
|
||||
, jupyter-core
|
||||
, jupyter-client
|
||||
, ipython_genutils
|
||||
, pygments
|
||||
, pyqt5
|
||||
, pytestCheckHook
|
||||
@ -27,6 +28,7 @@ buildPythonPackage rec {
|
||||
|
||||
propagatedBuildInputs = [
|
||||
ipykernel
|
||||
ipython_genutils
|
||||
jupyter-core
|
||||
jupyter-client
|
||||
pygments
|
||||
|
Loading…
Reference in New Issue
Block a user