phrasendrescher: add versionCheckHook

This commit is contained in:
Xiangyan Sun
2026-05-02 14:45:06 -07:00
parent 0c1077812b
commit 52d7e1300a
@@ -5,6 +5,7 @@
openssl,
libssh2,
gpgme,
versionCheckHook,
}:
stdenv.mkDerivation (finalAttrs: {
@@ -34,6 +35,10 @@ stdenv.mkDerivation (finalAttrs: {
configureFlags = [ "--with-plugins" ];
nativeInstallCheckInputs = [ versionCheckHook ];
versionCheckProgramArg = "-h";
doInstallCheck = true;
meta = {
description = "Modular and multi processing pass phrase cracking tool";
homepage = "https://leidecker.info/projects/phrasendrescher/index.shtml";