python313Packages.ffmpeg-progress-yield: add version check

This commit is contained in:
Tom Hunze
2025-11-17 23:17:56 +01:00
parent 47a647c7ea
commit 563f8d2978
@@ -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";