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
No known key found for this signature in database
GPG Key ID: 5157B3EC8B2CA333

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 {