python3Packages.ipydatawidgets: fix build

This commit is contained in:
Jonathan Ringer
2021-12-28 08:01:44 -08:00
committed by Jonathan Ringer
parent 75d6b0080f
commit 1421ddcf8a
@@ -5,6 +5,7 @@
, pytest
, pytest-cov
, nbval
, jupyter-packaging
, ipywidgets
, numpy
, six
@@ -22,6 +23,12 @@ buildPythonPackage rec {
sha256 = "d0e4b58b59b508165e8562b8f5d1dbfcd739855847ec0477bd9185a5e9b7c5bc";
};
nativeBuildInputs = [
jupyter-packaging
];
setupPyBuildFlags = [ "--skip-npm" ];
propagatedBuildInputs = [
ipywidgets
numpy