radicle-httpd: add versionCheckHook
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
rustPlatform,
|
||||
stdenv,
|
||||
xdg-utils,
|
||||
versionCheckHook,
|
||||
}:
|
||||
|
||||
rustPlatform.buildRustPackage (finalAttrs: {
|
||||
@@ -61,6 +62,10 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
done
|
||||
'';
|
||||
|
||||
nativeInstallCheckInputs = [ versionCheckHook ];
|
||||
versionCheckProgramArg = "--version";
|
||||
doInstallCheck = true;
|
||||
|
||||
meta = {
|
||||
description = "Radicle JSON HTTP API Daemon";
|
||||
longDescription = ''
|
||||
|
||||
Reference in New Issue
Block a user