texlive.bin.xindy: disable on platforms where clisp is broken
This commit is contained in:
parent
e638958ec3
commit
047749744f
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user