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:
Benjamin Sparks
2026-02-25 18:29:14 +01:00
parent c7677516b3
commit f45714827b
+1 -1
View File
@@ -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;
};