tests/all-package-defaults: disable trivy on x86_64-darwin (flaky)

This commit is contained in:
Gaetan Lepage 2025-12-24 15:07:09 +01:00 committed by Matt Sturgeon
parent cfa1df0088
commit 793f22ff3d

View file

@ -109,6 +109,11 @@ let
"wl-clipboard" # wayland
]
++ lib.optionals (hostPlatform.isDarwin && hostPlatform.isx86_64) [
# 2025-12-24: build failure
# I (@GaetanLepage) am able to build this package on my system, but it is not cached on
# hydra.nixos.org and builbot fails at building it
"trivy"
# 2025-11-16 dependency libsigsegv is broken
"texlive"
"texlive-combined-medium"