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:
parent
535901f904
commit
e6b8a2f722
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue