Loading pkgs/by-name/de/deltachat-rpc-server/package.nix +7 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ rustPlatform, libdeltachat, pkg-config, versionCheckHook, }: rustPlatform.buildRustPackage { Loading Loading @@ -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"; Loading Loading
pkgs/by-name/de/deltachat-rpc-server/package.nix +7 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ rustPlatform, libdeltachat, pkg-config, versionCheckHook, }: rustPlatform.buildRustPackage { Loading Loading @@ -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"; Loading