1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-08 19:46:06 +01:00

tests/all-package-defaults: disable texlive on aarch64-darwin too

This commit is contained in:
Gaetan Lepage 2025-09-08 01:37:26 +02:00 committed by Matt Sturgeon
parent 1500565d53
commit 8ef2d28451

View file

@ -64,6 +64,10 @@ let
# 2025-09-08, build failure
# https://github.com/NixOS/nixpkgs/pull/441058
"verible"
# 2025-09-08 ttfautohint hangs forever
"texlive-combined-medium"
"texlive"
];
isEnabled = p: !(builtins.elem (lib.getName p) disabledTests);