From 0b8204ce809b3f3ba8a80cfb5fc4b4d46ab5b83c Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Mon, 6 May 2024 17:07:53 +0200 Subject: 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 --- gnu/packages/python-xyz.scm | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gnu') diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index d58ac2a1a17..b61b24b99e6 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 -- cgit v1.2.3