python3Packages.pypandoc: replace texlive.combined.scheme-small with texliveSmall

This commit is contained in:
Vincenzo Mantova 2023-11-04 20:02:29 +00:00
parent 909531d255
commit 9a2865f10e

View File

@ -6,7 +6,7 @@
, poetry-core
, pythonOlder
, substituteAll
, texlive
, texliveSmall
}:
buildPythonPackage rec {
@ -37,7 +37,7 @@ buildPythonPackage rec {
];
nativeCheckInputs = [
texlive.combined.scheme-small
texliveSmall
pandocfilters
];