Skip to content

Commit

Permalink
pkgs(gdal): switch to nativeCheckInputs
Browse files Browse the repository at this point in the history
  • Loading branch information
imincik committed Mar 20, 2023
1 parent ae360dd commit faa456f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/gdal/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit faa456f

Please sign in to comment.