deltachat-rpc-server: run versionCheckHook

This commit is contained in:
Robert Schütz
2025-12-02 10:42:05 -08:00
parent 7ea4e521b8
commit 9fa7b8f183
@@ -2,6 +2,7 @@
rustPlatform,
libdeltachat,
pkg-config,
versionCheckHook,
}:
rustPlatform.buildRustPackage {
@@ -29,6 +30,12 @@ rustPlatform.buildRustPackage {
doCheck = false;
doInstallCheck = true;
nativeInstallCheckInputs = [
versionCheckHook
];
meta = libdeltachat.meta // {
description = "Delta Chat RPC server exposing JSON-RPC core API over standard I/O";
mainProgram = "deltachat-rpc-server";