stalwart-cli: disable version check for now (#390826)
This commit is contained in:
@@ -22,6 +22,9 @@ rustPlatform.buildRustPackage {
|
||||
nativeInstallCheckInputs = [ versionCheckHook ];
|
||||
versionCheckProgramArg = [ "--version" ];
|
||||
|
||||
# Prerelease reports incorrect version
|
||||
dontVersionCheck = true;
|
||||
|
||||
meta = {
|
||||
inherit (stalwart-mail.meta) license homepage changelog;
|
||||
description = "Stalwart Mail Server CLI";
|
||||
|
||||
Reference in New Issue
Block a user