Commit 9fa7b8f1 authored by Robert Schütz's avatar Robert Schütz
Browse files

deltachat-rpc-server: run versionCheckHook

parent 7ea4e521
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -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";