mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
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
|
||||
};
|
||||
|
||||
} # un-indented
|
||||
|
||||
// stdenv.lib.optionalAttrs (!stdenv.isDarwin) # see #20062
|
||||
{
|
||||
|
||||
xindy = stdenv.mkDerivation {
|
||||
name = "texlive-xindy.bin-${version}";
|
||||
@ -309,6 +313,6 @@ xindy = stdenv.mkDerivation {
|
||||
'';
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
} # un-indented
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user