Unverified Commit 05917519 authored by jopejoe1's avatar jopejoe1 Committed by GitHub
Browse files

texlive: `latexdiff` needs `EncodeLocale` (#492024)

parents b148f4d4 17c03456
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 (