tests/vimtex: update disable reason

Sandbox limit is fixed upstream, but we still have dependencies for the
package that fail to build themselves.
This commit is contained in:
Austin Horstman 2025-06-23 21:37:31 -05:00
parent 563b0d9bdd
commit 3d65f2d044

View file

@ -1,7 +1,6 @@
{ pkgs, ... }: { pkgs, ... }:
let let
# CI failure: When trying to build `pkgs.texlive.combined.scheme-medium` on darwin, it fails with # TODO: Added 2025-06-24 texlive dependency broken
# > sandbox-exec: pattern serialization length 75279 exceeds maximum (65535)
disableTexlivePackageOnDarwin = pkgs.lib.optionalAttrs pkgs.stdenv.isDarwin { disableTexlivePackageOnDarwin = pkgs.lib.optionalAttrs pkgs.stdenv.isDarwin {
texlivePackage = null; texlivePackage = null;
}; };