tests/all-package-defaults: disable trivy on x86_64-darwin (flaky)
This commit is contained in:
parent
cfa1df0088
commit
793f22ff3d
1 changed files with 5 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue