pandoc-acro: replace texlive.combine with texliveTeTeX.withPackages
This commit is contained in:
parent
818d9f0bac
commit
4fbe6527ac
1 changed files with 2 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue