1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 21:50:55 +00:00

python3Packages.ipython: fix build, missing deps

This commit is contained in:
Jonathan Ringer 2021-06-18 19:06:46 -07:00 committed by Martin Weinelt
parent 535901f904
commit e6b8a2f722

View file

@ -11,6 +11,7 @@
# Runtime dependencies
, jedi
, decorator
, matplotlib-inline
, pickleshare
, traitlets
, prompt_toolkit
@ -41,6 +42,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [
jedi
decorator
matplotlib-inline
pickleshare
traitlets
prompt_toolkit