diff --git a/pkgs/gdal/default.nix b/pkgs/gdal/default.nix index 4d342f61..8390a462 100644 --- a/pkgs/gdal/default.nix +++ b/pkgs/gdal/default.nix @@ -163,7 +163,7 @@ stdenv.mkDerivation rec { export HOME=$(mktemp -d) export PYTHONPATH="$out/${python3.sitePackages}:$PYTHONPATH" ''; - installCheckInputs = with python3.pkgs; [ + nativeInstallCheckInputs = with python3.pkgs; [ pytestCheckHook pytest-env lxml