Skip to content

Commit 431ceb3

Browse files
committed
fix: add versionCheckHook
1 parent 87620ad commit 431ceb3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pkgs/by-name/ku/kuzu/package.nix

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
ninja,
66
python3,
77
fetchFromGitHub,
8+
versionCheckHook,
89
}:
910

1011
stdenv.mkDerivation (finalAttrs: {
@@ -30,6 +31,12 @@ stdenv.mkDerivation (finalAttrs: {
3031
python3
3132
];
3233

34+
nativeInstallCheckInputs = [
35+
versionCheckHook
36+
];
37+
doInstallCheck = true;
38+
versionCheckProgramArg = [ "--version" ];
39+
3340
meta = {
3441
changelog = "https://github.com/kuzudb/kuzu/releases/tag/v${finalAttrs.version}";
3542
description = "Embeddable property graph database management system";

0 commit comments

Comments
 (0)