python313Packages.ffmpeg-progress-yield: add version check
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
pytestCheckHook,
|
||||
ffmpeg,
|
||||
procps,
|
||||
versionCheckHook,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@@ -48,6 +49,9 @@ buildPythonPackage rec {
|
||||
|
||||
pythonImportsCheck = [ "ffmpeg_progress_yield" ];
|
||||
|
||||
nativeInstallCheckInputs = [ versionCheckHook ];
|
||||
doInstallCheck = true;
|
||||
|
||||
meta = {
|
||||
description = "Run an ffmpeg command with progress";
|
||||
mainProgram = "ffmpeg-progress-yield";
|
||||
|
||||
Reference in New Issue
Block a user