whisper-ctranslates2: mark as broken on aarch64-linux (#378248)

authored by Gaétan Lepage and committed by GitHub 04bc698e 5f3a0589

+5
+5
pkgs/by-name/wh/whisper-ctranslate2/package.nix
··· 51 51 license = lib.licenses.mit; 52 52 maintainers = with lib.maintainers; [ happysalada ]; 53 53 mainProgram = "whisper-ctranslate2"; 54 + badPlatforms = [ 55 + # terminate called after throwing an instance of 'onnxruntime::OnnxRuntimeException' 56 + # what(): /build/source/include/onnxruntime/core/common/logging/logging.h:320 static const onnxruntime::logging::Logger& onnxruntime::logging::LoggingManager::DefaultLogger() Attempt to use DefaultLogger but none has been registered. 57 + "aarch64-linux" 58 + ]; 54 59 }; 55 60 }