python310Packages.netcdf4: fix pythonImportsCheck usage

This commit is contained in:
Mario Rodas 2023-02-25 04:20:00 +00:00
parent d0d1cd1f4e
commit d4a1832792

View File

@ -50,7 +50,7 @@ buildPythonPackage rec {
CURL_DIR = curl.dev;
JPEG_DIR = libjpeg.dev;
pythonImportsCheckHook = [ "netcdf4" ];
pythonImportsCheck = [ "netCDF4" ];
meta = with lib; {
description = "Interface to netCDF library (versions 3 and 4)";