From 7a86a9505c06e7020f072463b343f0a83262f0eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Sat, 5 Dec 2020 10:28:54 +0100 Subject: [PATCH] tts: add pyworld dependency this will become a dependency in the next version --- pkgs/tools/audio/tts/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/tools/audio/tts/default.nix b/pkgs/tools/audio/tts/default.nix index 338bbad19e42..1634bfa5b307 100644 --- a/pkgs/tools/audio/tts/default.nix +++ b/pkgs/tools/audio/tts/default.nix @@ -107,6 +107,7 @@ python3Packages.buildPythonApplication rec { inflect gdown pysbd + pyworld ]; postInstall = ''