stalwart-cli: disable version check for now

This commit is contained in:
Florian Franzen
2025-03-18 02:17:40 +01:00
parent f4e4e4ed35
commit df84303e09
+3
View File
@@ -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";