summary refs log tree commit diff
path: root/pkgs/tools/typesetting/tex
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2014-05-31 19:38:05 +0000
committerJohn Wiegley <johnw@newartisans.com>2014-05-31 19:39:09 +0000
commit2e2f42f21509b72e337b456c4986b8ea08a11e18 (patch)
treedc00b747651572687169b0ec370b2d54caadb840 /pkgs/tools/typesetting/tex
parent0369769bd9843c7ddaab1f9ba77732337abfaee2 (diff)
downloadnixlib-2e2f42f21509b72e337b456c4986b8ea08a11e18.tar
nixlib-2e2f42f21509b72e337b456c4986b8ea08a11e18.tar.gz
nixlib-2e2f42f21509b72e337b456c4986b8ea08a11e18.tar.bz2
nixlib-2e2f42f21509b72e337b456c4986b8ea08a11e18.tar.lz
nixlib-2e2f42f21509b72e337b456c4986b8ea08a11e18.tar.xz
nixlib-2e2f42f21509b72e337b456c4986b8ea08a11e18.tar.zst
nixlib-2e2f42f21509b72e337b456c4986b8ea08a11e18.zip
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.
Diffstat (limited to 'pkgs/tools/typesetting/tex')
-rw-r--r--pkgs/tools/typesetting/tex/texlive/default.nix7
1 files changed, 0 insertions, 7 deletions
diff --git a/pkgs/tools/typesetting/tex/texlive/default.nix b/pkgs/tools/typesetting/tex/texlive/default.nix
index df6461cb82c7..f91af9fcad4c 100644
--- a/pkgs/tools/typesetting/tex/texlive/default.nix
+++ b/pkgs/tools/typesetting/tex/texlive/default.nix
@@ -119,18 +119,11 @@ rec {
     "--with-system-libgs" "--with-system-t1lib" "--with-system-freetype2" 
     "--with-system-freetype=no" "--disable-ttf2pk" "--enable-ttf2pk2" ]
     ++ stdenv.lib.optionals stdenv.isDarwin [
-      # Complains about a missing ICU directory
-      "--disable-bibtex-x"
-
       # TODO: We should be able to fix these tests
       "--disable-devnag"
       "--disable-dvisvgm"
       "--disable-xdv2pdf"
       "--disable-xdvipdfmx"
-      "--disable-xetex"
-
-      "--with-system-harfbuzz=no"
-      "--with-system-icu=no"
     ];
 
   phaseNames = [ "addInputs" "doMainBuild" "doMakeInstall" "doPostInstall" ];