Skip to content

Commit 2e2f42f

Browse files
committed
texlive: build bibtex-x and xetex on darwin
We also no longer need to specify that harfbuzz and icu not be used, and DYLD_LIBRARY_PATH is properly configured to find graphite2.
1 parent 0369769 commit 2e2f42f

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

pkgs/tools/typesetting/tex/texlive/default.nix

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -119,18 +119,11 @@ rec {
119119
"--with-system-libgs" "--with-system-t1lib" "--with-system-freetype2"
120120
"--with-system-freetype=no" "--disable-ttf2pk" "--enable-ttf2pk2" ]
121121
++ stdenv.lib.optionals stdenv.isDarwin [
122-
# Complains about a missing ICU directory
123-
"--disable-bibtex-x"
124-
125122
# TODO: We should be able to fix these tests
126123
"--disable-devnag"
127124
"--disable-dvisvgm"
128125
"--disable-xdv2pdf"
129126
"--disable-xdvipdfmx"
130-
"--disable-xetex"
131-
132-
"--with-system-harfbuzz=no"
133-
"--with-system-icu=no"
134127
];
135128

136129
phaseNames = [ "addInputs" "doMainBuild" "doMakeInstall" "doPostInstall" ];

0 commit comments

Comments
 (0)