texlive.bin.xindy: disable on platforms where clisp is broken

This commit is contained in:
Dmitry Kalinkin
2020-10-18 14:08:43 -04:00
parent e638958ec3
commit 047749744f

View File

@@ -425,7 +425,7 @@ xdvi = stdenv.mkDerivation {
} # un-indented
// stdenv.lib.optionalAttrs (!stdenv.isDarwin) # see #20062
// stdenv.lib.optionalAttrs (!clisp.meta.broken) # broken on aarch64 and darwin (#20062)
{
xindy = stdenv.mkDerivation {