binwalk: add versionCheckHook
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
fontconfig,
|
||||
bzip2,
|
||||
stdenv,
|
||||
versionCheckHook,
|
||||
}:
|
||||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
@@ -51,6 +52,10 @@ rustPlatform.buildRustPackage rec {
|
||||
"--skip=extractors::common::Chroot::make_executable"
|
||||
];
|
||||
|
||||
nativeInstallCheckInputs = [ versionCheckHook ];
|
||||
doInstallCheck = true;
|
||||
versionCheckProgramArg = "-V";
|
||||
|
||||
meta = {
|
||||
description = "Firmware Analysis Tool";
|
||||
homepage = "https://github.com/ReFirmLabs/binwalk";
|
||||
|
||||
Reference in New Issue
Block a user