calibre: unbreak on aarch64-linux

After `onnxruntime` was updated to v1.21.0 the
`piper-tts` started failing inside the nixbld due to
the missing `/sys` directory. This is likely related to
<https://github.com/microsoft/onnxruntime/issues/10038>.
This commit is contained in:
Marcin Serwin
2025-04-08 22:04:44 +02:00
parent f7fae32abc
commit 563c329bed
+1
View File
@@ -219,6 +219,7 @@ stdenv.mkDerivation (finalAttrs: {
$ETN 'test_qt' # we don't include svg or webp support
$ETN 'test_import_of_all_python_modules' # explores actual file paths, gets confused
$ETN 'test_websocket_basic' # flakey
${lib.optionalString stdenv.hostPlatform.isAarch64 "$ETN 'test_piper'"} # https://github.com/microsoft/onnxruntime/issues/10038
${lib.optionalString (!unrarSupport) "$ETN 'test_unrar'"}
)