treewide: switch to nativeCheckInputs

checkInputs used to be added to nativeBuildInputs. Now we have
nativeCheckInputs to do that instead. Doing this treewide change allows
to keep hashes identical to before the introduction of
nativeCheckInputs.
This commit is contained in:
Guillaume Girol
2023-01-21 12:00:00 +00:00
parent 25193e2732
commit 33afbf39f6
4183 changed files with 4228 additions and 4228 deletions

View File

@@ -230,7 +230,7 @@ stdenv.mkDerivation rec {
in
lib.optionalString doInstallCheck "-${builtins.concatStringsSep ":" filteredTests}";
__darwinAllowLocalNetworking = true;
installCheckInputs = [ perl which sqlite ] ++ lib.optional enableS3 minio;
nativeInstallCheckInputs = [ perl which sqlite ] ++ lib.optional enableS3 minio;
installCheckPhase =
let
excludedTests = lib.optionals stdenv.isDarwin [