Skip to content

Commit

Permalink
texlive: build bibtex-x and xetex on darwin
Browse files Browse the repository at this point in the history
We also no longer need to specify that harfbuzz and icu not be used, and
DYLD_LIBRARY_PATH is properly configured to find graphite2.
  • Loading branch information
jwiegley committed May 31, 2014
1 parent 0369769 commit 2e2f42f
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions pkgs/tools/typesetting/tex/texlive/default.nix
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -119,18 +119,11 @@ rec {
"--with-system-libgs" "--with-system-t1lib" "--with-system-freetype2" "--with-system-libgs" "--with-system-t1lib" "--with-system-freetype2"
"--with-system-freetype=no" "--disable-ttf2pk" "--enable-ttf2pk2" ] "--with-system-freetype=no" "--disable-ttf2pk" "--enable-ttf2pk2" ]
++ stdenv.lib.optionals stdenv.isDarwin [ ++ stdenv.lib.optionals stdenv.isDarwin [
# Complains about a missing ICU directory
"--disable-bibtex-x"

# TODO: We should be able to fix these tests # TODO: We should be able to fix these tests
"--disable-devnag" "--disable-devnag"
"--disable-dvisvgm" "--disable-dvisvgm"
"--disable-xdv2pdf" "--disable-xdv2pdf"
"--disable-xdvipdfmx" "--disable-xdvipdfmx"
"--disable-xetex"

"--with-system-harfbuzz=no"
"--with-system-icu=no"
]; ];


phaseNames = [ "addInputs" "doMainBuild" "doMakeInstall" "doPostInstall" ]; phaseNames = [ "addInputs" "doMainBuild" "doMakeInstall" "doPostInstall" ];
Expand Down

0 comments on commit 2e2f42f

Please sign in to comment.