Commit 4fbe6527 authored by Vincenzo Mantova's avatar Vincenzo Mantova
Browse files

pandoc-acro: replace texlive.combine with texliveTeTeX.withPackages

parent 818d9f0b
Loading
Loading
Loading
Loading
+2 −8
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
, lib
, pandoc
, pandoc-acro
, texlive
, texliveTeTeX
, runCommand
}:

@@ -35,13 +35,7 @@ buildPythonApplication {
          nativeBuildInputs = [
            pandoc
            pandoc-acro
            (texlive.combine {
              inherit (texlive)
                scheme-tetex
                acro
                translations
                ;
            })
            (texliveTeTeX.withPackages (ps: with ps; [ acro translations ]))
          ];
        };
      in