Commit 17c03456 authored by manuelbb-upb's avatar manuelbb-upb
Browse files

texlive: `latexdiff` needs `EncodeLocale`

parent e48e6043
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -109,6 +109,9 @@ lib.recursiveUpdate orig rec {
    ))
  ];
  exceltex.extraBuildInputs = [ (perl.withPackages (ps: with ps; [ SpreadsheetParseExcel ])) ];
  latexdiff.extraBuildInputs = [
    (perl.withPackages (ps: with ps; [ EncodeLocale ]))
  ];
  latex-git-log.extraBuildInputs = [ (perl.withPackages (ps: with ps; [ IPCSystemSimple ])) ];
  latexindent.extraBuildInputs = [
    (perl.withPackages (