python3Packages.whisperx: default to a headless ffmpeg (#494094)
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user