diff options
Diffstat (limited to 'pkgs/development/python-modules/h5netcdf/default.nix')
| -rw-r--r-- | pkgs/development/python-modules/h5netcdf/default.nix | 27 |
1 files changed, 12 insertions, 15 deletions
diff --git a/pkgs/development/python-modules/h5netcdf/default.nix b/pkgs/development/python-modules/h5netcdf/default.nix index 334289b034e2..f5128692ce56 100644 --- a/pkgs/development/python-modules/h5netcdf/default.nix +++ b/pkgs/development/python-modules/h5netcdf/default.nix @@ -1,12 +1,13 @@ -{ lib -, buildPythonPackage -, fetchPypi -, h5py -, pytestCheckHook -, netcdf4 -, pythonOlder -, setuptools -, setuptools-scm +{ + lib, + buildPythonPackage, + fetchPypi, + h5py, + pytestCheckHook, + netcdf4, + pythonOlder, + setuptools, + setuptools-scm, }: buildPythonPackage rec { @@ -26,9 +27,7 @@ buildPythonPackage rec { setuptools-scm ]; - propagatedBuildInputs = [ - h5py - ]; + propagatedBuildInputs = [ h5py ]; nativeCheckInputs = [ pytestCheckHook @@ -37,9 +36,7 @@ buildPythonPackage rec { dontUseSetuptoolsCheck = true; - pythonImportsCheck = [ - "h5netcdf" - ]; + pythonImportsCheck = [ "h5netcdf" ]; meta = with lib; { description = "netCDF4 via h5py"; |
