Skip to content

Commit

Permalink
texlive: disable xindy on Darwin for now (#20062)
Browse files Browse the repository at this point in the history
  • Loading branch information
vcunat committed Nov 7, 2016
1 parent 7fa157c commit 3e6d04d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pkgs/tools/typesetting/tex/texlive/bin.nix
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,10 @@ xdvi = stdenv.mkDerivation {
# TODO: it's suspicious that mktexpk generates fonts into ~/.texlive2014
};

} # un-indented

// stdenv.lib.optionalAttrs (!stdenv.isDarwin) # see #20062
{

xindy = stdenv.mkDerivation {
name = "texlive-xindy.bin-${version}";
Expand Down Expand Up @@ -309,6 +313,6 @@ xindy = stdenv.mkDerivation {
'';
};

}

} # un-indented

0 comments on commit 3e6d04d

Please sign in to comment.