Skip to content

Commit 3d65f2d

Browse files
committed
tests/vimtex: update disable reason
Sandbox limit is fixed upstream, but we still have dependencies for the package that fail to build themselves.
1 parent 563b0d9 commit 3d65f2d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/test-sources/plugins/by-name/vimtex/default.nix

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{ pkgs, ... }:
22
let
3-
# CI failure: When trying to build `pkgs.texlive.combined.scheme-medium` on darwin, it fails with
4-
# > sandbox-exec: pattern serialization length 75279 exceeds maximum (65535)
3+
# TODO: Added 2025-06-24 texlive dependency broken
54
disableTexlivePackageOnDarwin = pkgs.lib.optionalAttrs pkgs.stdenv.isDarwin {
65
texlivePackage = null;
76
};

0 commit comments

Comments
 (0)