phrasendrescher: add versionCheckHook
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user