python3Packages.pyopen-wakeword: mark broken on darwin

Fails automatic application of patchelf. Waiting for a source-built libtflite.
This commit is contained in:
Martin Weinelt
2025-11-08 11:45:54 +01:00
parent b6a8526db0
commit fa5ab23998
@@ -1,5 +1,6 @@
{
lib,
stdenv,
autoPatchelfHook,
buildPythonPackage,
fetchFromGitHub,
@@ -45,6 +46,8 @@ buildPythonPackage rec {
];
meta = {
# elftools.common.exceptions.ELFError: Magic number does not match
broken = stdenv.hostPlatform.isDarwin;
description = "Alternative Python library for openWakeWord";
homepage = "https://github.com/rhasspy/pyopen-wakeword";
changelog = "https://github.com/rhasspy/pyopen-wakeword/blob/${src.tag}/CHANGELOG.md";