diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2024-05-06 17:07:53 +0200 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-12-13 20:18:36 +0000 |
commit | 0b8204ce809b3f3ba8a80cfb5fc4b4d46ab5b83c (patch) | |
tree | 7d2d92d5671ffd7eb0740d1d0f59028952600ea5 /gnu/packages | |
parent | 5319c309df2f5bbb835b053cfeffc499835fcc0b (diff) |
gnu: python-nbconvert: Add missing texlive inputs.
* gnu/packages/python-xyz.scm (python-nbconvert)[propagated-inputs]: Add
texlive-amsmath, texlive-etoolbox, texlive-infwarerr, and texlive-kvoptions.
Change-Id: Id3c93afc9c459e65e1a2e88cc91b4ceac07007ec
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index d58ac2a1a1..b61b24b99e 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -17965,20 +17965,24 @@ time.") python-tornado-6 ;; Required at runtime for `jupyter nbconvert --to=pdf`. texlive-adjustbox + texlive-amsmath texlive-booktabs texlive-caption texlive-collection-basic texlive-enumitem texlive-environ texlive-eurosym + texlive-etoolbox texlive-fancyvrb texlive-float texlive-fontspec texlive-geometry texlive-grffile texlive-hyperref + texlive-infwarerr texlive-jknapltx texlive-jknapltx + texlive-kvoptions texlive-lm texlive-lm-math texlive-mathpazo |