Skip to content

Commit

Permalink
texlive.bin.core: remove outdated options
Browse files Browse the repository at this point in the history
  • Loading branch information
veprbl committed Oct 9, 2020
1 parent 2603bd5 commit 02cbf4e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pkgs/tools/typesetting/tex/texlive/bin.nix
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@ core = stdenv.mkDerivation rec {
"luatex" "luajittex" "mp" "pmp" "upmp" "mf" # cairo would bring in X and more
"xetex" "bibtexu" "bibtex8" "bibtex-x" "upmendex" # ICU isn't small
] ++ stdenv.lib.optional (stdenv.hostPlatform.isPower && stdenv.hostPlatform.is64bit) "mfluajit")
++ [ "--without-system-harfbuzz" "--without-system-icu" ] # bogus configure
;

enableParallelBuilding = true;
Expand Down Expand Up @@ -194,9 +193,6 @@ core = stdenv.mkDerivation rec {
mv "$out"/share/{man,info} "$doc"/doc
'' + cleanBrokenLinks;

# needed for poppler and xpdf
CXXFLAGS = stdenv.lib.optionalString stdenv.cc.isClang "-std=c++14";

setupHook = ./setup-hook.sh; # TODO: maybe texmf-nix -> texmf (and all references)
passthru = { inherit version buildInputs; };

Expand Down

0 comments on commit 02cbf4e

Please sign in to comment.