Unverified Commit d8c58e09 authored by Michael Daniels's avatar Michael Daniels Committed by GitHub
Browse files

python3Packages.whisperx: default to a headless ffmpeg (#494094)

parents 369923fd f4571482
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -21023,7 +21023,7 @@ self: super: with self; {
  whispers = callPackage ../development/python-modules/whispers { };
  whisperx = callPackage ../development/python-modules/whisperx {
    inherit (pkgs) ffmpeg;
    ffmpeg = pkgs.ffmpeg-headless;
    ctranslate2-cpp = pkgs.ctranslate2;
  };