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

This commit is contained in:
Michael Daniels
2026-03-14 19:51:52 +00:00
committed by GitHub
+1 -1
View File
@@ -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;
};