python3.pkgs.pydeck: add missing build dependencies

This commit is contained in:
Theodore Ni 2023-08-22 23:09:18 -07:00
parent cc05774b30
commit 75e94e346b
No known key found for this signature in database
GPG key ID: 48B67583BDDD4474

View file

@ -4,6 +4,7 @@
, ipykernel
, ipywidgets
, jinja2
, jupyter
, numpy
, pandas
, pytestCheckHook
@ -26,6 +27,8 @@ buildPythonPackage rec {
};
nativeBuildInputs = [
jinja2
jupyter
setuptools
wheel
];