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

This commit is contained in:
Vincenzo Mantova 2023-11-04 20:02:34 +00:00
parent 818d9f0bac
commit 4fbe6527ac

View file

@ -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