python3Packages.pypandoc: replace texlive.combined.scheme-small with texliveSmall
This commit is contained in:
parent
909531d255
commit
9a2865f10e
@ -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
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user