guix-commits
[Top][All Lists]
Advanced

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

08/10: gnu: python-numpy-documentation: Fix build.


From: guix-commits
Subject: 08/10: gnu: python-numpy-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 3c76e1224de56d069daab176ffec73901a7fcad8
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Jul 8 11:47:12 2023 +0200

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

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 5608d2e062..c813fdce0c 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -7139,13 +7139,14 @@ capabilities.")
            python-sphinx-4
            python-sphinx-panels
            texinfo
-           texlive-bin
-           texlive-cbfonts
-           texlive-cm-super
-           texlive-expdlist
-           texlive-greek-fontenc
-           texlive-polyglossia
-           texlive-xindy))
+           (texlive-updmap.cfg
+            (list texlive-cbfonts
+                  texlive-cm-super
+                  texlive-expdlist
+                  texlive-greek-fontenc
+                  texlive-latexmk
+                  texlive-polyglossia
+                  texlive-xindy))))
     (inputs '())
     (propagated-inputs '())
     (synopsis "Documentation for the @code{python-numpy} package")



reply via email to

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