texlive: disable xindy on Darwin for now (#20062)
This commit is contained in:
parent
7fa157c558
commit
3e6d04da57
@ -279,6 +279,10 @@ xdvi = stdenv.mkDerivation {
|
|||||||
# TODO: it's suspicious that mktexpk generates fonts into ~/.texlive2014
|
# TODO: it's suspicious that mktexpk generates fonts into ~/.texlive2014
|
||||||
};
|
};
|
||||||
|
|
||||||
|
} # un-indented
|
||||||
|
|
||||||
|
// stdenv.lib.optionalAttrs (!stdenv.isDarwin) # see #20062
|
||||||
|
{
|
||||||
|
|
||||||
xindy = stdenv.mkDerivation {
|
xindy = stdenv.mkDerivation {
|
||||||
name = "texlive-xindy.bin-${version}";
|
name = "texlive-xindy.bin-${version}";
|
||||||
@ -309,6 +313,6 @@ xindy = stdenv.mkDerivation {
|
|||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
} # un-indented
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user