mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 01:04:25 +00:00
Merge pull request #168148 from friedelino/update-ipympl
This commit is contained in:
commit
3f54d9a761
@ -3,6 +3,7 @@
|
||||
, fetchPypi
|
||||
, ipykernel
|
||||
, ipywidgets
|
||||
, matplotlib
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@ -16,7 +17,7 @@ buildPythonPackage rec {
|
||||
};
|
||||
|
||||
|
||||
propagatedBuildInputs = [ ipykernel ipywidgets ];
|
||||
propagatedBuildInputs = [ ipykernel ipywidgets matplotlib ];
|
||||
|
||||
# There are no unit tests in repository
|
||||
doCheck = false;
|
||||
|
Loading…
Reference in New Issue
Block a user