wyoming-piper: add zeroconf dependency

This one is undeclared and optional which is why I missed it.
This commit is contained in:
Martin Weinelt
2025-12-10 22:41:43 +01:00
parent c823fab84f
commit 89d57fd666
+9 -6
View File
@@ -27,12 +27,15 @@ python3Packages.buildPythonApplication rec {
"wyoming"
];
dependencies = with python3Packages; [
regex
piper-tts
sentence-stream
wyoming
];
dependencies =
with python3Packages;
[
regex
piper-tts
sentence-stream
wyoming
]
++ wyoming.optional-dependencies.zeroconf;
pythonImportsCheck = [
"wyoming_piper"