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:
parent
1500565d53
commit
8ef2d28451
1 changed files with 4 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue