duckdb: add versionCheckHook

This commit is contained in:
Michael Daniels
2026-01-01 09:56:12 -05:00
parent c607503a74
commit 15f9e59be4

View File

@@ -10,6 +10,7 @@
unixODBC,
withJdbc ? false,
withOdbc ? false,
versionCheckHook,
}:
let
@@ -56,6 +57,8 @@ stdenv.mkDerivation (finalAttrs: {
doInstallCheck = true;
nativeInstallCheckInputs = [ versionCheckHook ];
installCheckPhase =
let
excludes = map (pattern: "exclude:'${pattern}'") (