From f90cf46cb6f0fb98c9abac1f083f664edd1fbcee Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sat, 16 Nov 2024 21:50:50 +0100 Subject: [PATCH] wyoming-openwakeword: migrate to tensorflow-bin With Python 3.12 we don't have a working tensorflow source build, which currently blocks usage of this package. --- pkgs/tools/audio/wyoming/openwakeword.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/audio/wyoming/openwakeword.nix b/pkgs/tools/audio/wyoming/openwakeword.nix index 78fb2e81d9fe..1610f45c2a7f 100644 --- a/pkgs/tools/audio/wyoming/openwakeword.nix +++ b/pkgs/tools/audio/wyoming/openwakeword.nix @@ -28,7 +28,7 @@ python3Packages.buildPythonApplication rec { ]; propagatedBuildInputs = with python3Packages; [ - tensorflow + tensorflow-bin wyoming ];