Commit d4a18327 authored by Mario Rodas's avatar Mario Rodas
Browse files

python310Packages.netcdf4: fix pythonImportsCheck usage

parent d0d1cd1f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)";