guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

62/420: gnu: python-nbconvert: Add missing texlive inputs.


From: guix-commits
Subject: 62/420: gnu: python-nbconvert: Add missing texlive inputs.
Date: Tue, 26 Nov 2024 16:28:32 -0500 (EST)

sharlatan pushed a commit to branch python-team
in repository guix.

commit 5b0f42cbd38e5a196f0407be10460f2ada7cf1b5
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon May 6 17:07:53 2024 +0200

    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(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 31b0548f90..336a2aa310 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -17876,20 +17876,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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]