mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-27 02:59:00 +02:00
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:
parent
563b0d9bdd
commit
3d65f2d044
1 changed files with 1 additions and 2 deletions
|
@ -1,7 +1,6 @@
|
|||
{ pkgs, ... }:
|
||||
let
|
||||
# CI failure: When trying to build `pkgs.texlive.combined.scheme-medium` on darwin, it fails with
|
||||
# > sandbox-exec: pattern serialization length 75279 exceeds maximum (65535)
|
||||
# TODO: Added 2025-06-24 texlive dependency broken
|
||||
disableTexlivePackageOnDarwin = pkgs.lib.optionalAttrs pkgs.stdenv.isDarwin {
|
||||
texlivePackage = null;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue