texlive.bin.xindy: add perl to buildInputs to fix shebang (#226530)
This commit is contained in:
parent
98182aec04
commit
175c646b8a
1 changed files with 1 additions and 1 deletions
|
@ -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" ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue