about summary refs log tree commit diff
path: root/pkgs/tools/audio/wyoming/faster-whisper.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/audio/wyoming/faster-whisper.nix')
-rw-r--r--pkgs/tools/audio/wyoming/faster-whisper.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/audio/wyoming/faster-whisper.nix b/pkgs/tools/audio/wyoming/faster-whisper.nix
index 6bebfd5bd6308..4807e50adb429 100644
--- a/pkgs/tools/audio/wyoming/faster-whisper.nix
+++ b/pkgs/tools/audio/wyoming/faster-whisper.nix
@@ -17,10 +17,10 @@ python3Packages.buildPythonApplication rec {
 
   nativeBuildInputs = with python3Packages; [
     setuptools
-    pythonRelaxDepsHook
   ];
 
   pythonRelaxDeps = [
+    "faster-whisper"
     "wyoming"
   ];