diff --git a/pkgs/development/python-modules/meshio/default.nix b/pkgs/development/python-modules/meshio/default.nix index 7c7b67a07399..1471ea5b1e5d 100644 --- a/pkgs/development/python-modules/meshio/default.nix +++ b/pkgs/development/python-modules/meshio/default.nix @@ -6,6 +6,7 @@ , h5py , exdown , pytestCheckHook +, rich }: buildPythonPackage rec { @@ -22,6 +23,7 @@ buildPythonPackage rec { numpy netcdf4 h5py + rich ]; checkInputs = [