guix-commits
[Top][All Lists]
Advanced

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

07/10: gnu: python-ipython-documentation: Fix build.


From: guix-commits
Subject: 07/10: gnu: python-ipython-documentation: Fix build.
Date: Sat, 8 Jul 2023 06:29:22 -0400 (EDT)

ngz pushed a commit to branch tex-team-next
in repository guix.

commit ba29b667c3dbe8419b2a315527fa30fdd1eb7ea2
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Jul 8 11:29:25 2023 +0200

    gnu: python-ipython-documentation: Fix build.
    
    * gnu/packages/python-xyz.scm (python-ipython-documentation)[native-inputs]:
    Use TEXLIVE-UPDMAP.CFG.  Add TEXLIVE-LATEXMK.
---
 gnu/packages/python-xyz.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index f2d41652dd..5608d2e062 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -10733,9 +10733,10 @@ computing.")
            python-sphinx
            python-sphinx-rtd-theme
            texinfo
-           texlive-bin
-           texlive-polyglossia
-           texlive-xindy))))
+           (texlive-updmap.cfg
+            (list texlive-latexmk
+                  texlive-polyglossia
+                  texlive-xindy))))))
 
 (define-public python-urwid
   (package



reply via email to

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