lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python312Packages.geoparquet: fix typo

+1 -1
+1 -1
pkgs/development/python-modules/geoparquet/default.nix
··· 34 34 ]; 35 35 36 36 nativeCheckInputs = [ pytestCheckHook ]; 37 - pythonImportCheck = "geoparquet"; 37 + pythonImportsCheck = [ "geoparquet" ]; 38 38 39 39 doCheck = false; # no tests 40 40