From faa456f7826be70a7a4f12dc1ce63254a24493d6 Mon Sep 17 00:00:00 2001 From: Ivan Mincik Date: Mon, 20 Mar 2023 09:06:58 +0100 Subject: [PATCH] pkgs(gdal): switch to nativeCheckInputs Nixpkgs PR: https://github.com/NixOS/nixpkgs/pull/206742 --- pkgs/gdal/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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