python3Packages.whisperx: default to a headless ffmpeg
Avoid depending on GUI dependencies that aren't used by the module anyway
This commit is contained in:
@@ -20837,7 +20837,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