Unverified Commit 563f8d29 authored by Tom Hunze's avatar Tom Hunze
Browse files

python313Packages.ffmpeg-progress-yield: add version check

parent 47a647c7
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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";