texlive.bin.xindy: add perl to buildInputs to fix shebang (#226530)

This commit is contained in:
Vincenzo Mantova 2023-04-17 22:13:42 +02:00 committed by GitHub
parent 98182aec04
commit 175c646b8a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -486,7 +486,7 @@ xindy = stdenv.mkDerivation {
pkg-config perl
(texlive.combine { inherit (texlive) scheme-basic cyrillic ec; })
];
buildInputs = [ clisp libiconv ];
buildInputs = [ clisp libiconv perl ];
configureFlags = [ "--with-clisp-runtime=system" "--disable-xindy-docs" ];