about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2024-06-05 22:39:43 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2024-06-07 13:35:14 +0200
commit902b6e27ab70bd6c54e8e5088fc7ddabcd67531c (patch)
tree31ef7ac72ef245353b8190ab5f379f0e03508bd7
parentf2f64008102acb38ad7b8447f48828e68cd144f2 (diff)
wyoming-openwakeword: relax wyoming constraint
-rw-r--r--pkgs/tools/audio/wyoming/openwakeword.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/tools/audio/wyoming/openwakeword.nix b/pkgs/tools/audio/wyoming/openwakeword.nix
index 64c91ce259e81..5237a1e179ed9 100644
--- a/pkgs/tools/audio/wyoming/openwakeword.nix
+++ b/pkgs/tools/audio/wyoming/openwakeword.nix
@@ -20,6 +20,10 @@ python3Packages.buildPythonApplication rec {
     pythonRelaxDepsHook
   ];
 
+  pythonRelaxDeps = [
+    "wyoming"
+  ];
+
   pythonRemoveDeps = [
     "tflite-runtime-nightly"
   ];