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 0369769 commit 2e2f42fCopy full SHA for 2e2f42f
pkgs/tools/typesetting/tex/texlive/default.nix
@@ -119,18 +119,11 @@ rec {
119
"--with-system-libgs" "--with-system-t1lib" "--with-system-freetype2"
120
"--with-system-freetype=no" "--disable-ttf2pk" "--enable-ttf2pk2" ]
121
++ stdenv.lib.optionals stdenv.isDarwin [
122
- # Complains about a missing ICU directory
123
- "--disable-bibtex-x"
124
-
125
# TODO: We should be able to fix these tests
126
"--disable-devnag"
127
"--disable-dvisvgm"
128
"--disable-xdv2pdf"
129
"--disable-xdvipdfmx"
130
- "--disable-xetex"
131
132
- "--with-system-harfbuzz=no"
133
- "--with-system-icu=no"
134
];
135
136
phaseNames = [ "addInputs" "doMainBuild" "doMakeInstall" "doPostInstall" ];
0 commit comments