forked from mirrors/nixpkgs
pythonPackages.ipywidgets: fix something
This commit is contained in:
parent
7e6e897fce
commit
4e1ed2fea0
|
@ -9918,6 +9918,7 @@ in modules // {
|
|||
sha256 = "ceeb325e45ade9537c2d115fed9d522e5c6e90bb161592e2f0807375dc661028";
|
||||
};
|
||||
|
||||
buildInputs = with self; [ nose ];
|
||||
propagatedBuildInputs = with self; [ipython ipykernel traitlets notebook];
|
||||
|
||||
meta = {
|
||||
|
|
Loading…
Reference in a new issue