sequoia-sq: add versionCheckHook

Signed-off-by: Anish Pallati <i@anish.land>
This commit is contained in:
Anish Pallati
2026-07-13 22:01:10 -04:00
parent adf9c9fe56
commit f9640ca49d

View File

@@ -10,6 +10,7 @@
openssl,
cacert,
sqlite,
versionCheckHook,
}:
rustPlatform.buildRustPackage (finalAttrs: {
@@ -54,6 +55,9 @@ rustPlatform.buildRustPackage (finalAttrs: {
__darwinAllowLocalNetworking = true;
doCheck = true;
nativeInstallCheckInputs = [ versionCheckHook ];
doInstallCheck = true;
versionCheckProgramArg = "version";
postInstall = ''
installManPage ${finalAttrs.env.ASSET_OUT_DIR}/man-pages/*.*