python3Packages.pyopen-wakeword: mark broken on darwin
Fails automatic application of patchelf. Waiting for a source-built libtflite.
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user