tests/all-package-defaults: disable ols on darwin (because of compiler-rt-libc)

This commit is contained in:
Gaetan Lepage 2026-05-28 14:49:47 +02:00 committed by Gaétan Lepage
parent aebff07390
commit 7dbb34738b

View file

@ -78,6 +78,9 @@ let
"rustaceanvim"
]
++ lib.optionals hostPlatform.isDarwin [
# 2026-05-28: build failure (compiler-rt-libc)
"ols"
# 2026-05-04: build failure (appstream)
"blueprint-compiler"
"openscad.nvim"