python3Packages.ipympl: fix build

wip/little-gl
Robert T. McGibbon 3 years ago committed by Jonathan Ringer
parent b4640b3cfc
commit 83fe0340fd
  1. 10
      pkgs/development/python-modules/ipympl/default.nix

@ -1,4 +1,10 @@
{ lib, buildPythonPackage, fetchPypi, ipywidgets, matplotlib }:
{ lib
, buildPythonPackage
, fetchPypi
, ipywidgets
, matplotlib
, jupyter-packaging
}:
buildPythonPackage rec {
pname = "ipympl";
@ -9,7 +15,7 @@ buildPythonPackage rec {
sha256 = "f0f1f356d8cb9d4fb51bb86dbbf837c190145316cb72f66081872ebc4d6db0a1";
};
propagatedBuildInputs = [ ipywidgets matplotlib ];
propagatedBuildInputs = [ ipywidgets matplotlib jupyter-packaging ];
# There are no unit tests in repository
doCheck = false;

Loading…
Cancel
Save