We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 563b0d9 commit 3d65f2dCopy full SHA for 3d65f2d
tests/test-sources/plugins/by-name/vimtex/default.nix
@@ -1,7 +1,6 @@
1
{ pkgs, ... }:
2
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)
+ # TODO: Added 2025-06-24 texlive dependency broken
5
disableTexlivePackageOnDarwin = pkgs.lib.optionalAttrs pkgs.stdenv.isDarwin {
6
texlivePackage = null;
7
};
0 commit comments