guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: python-nbconvert: Remove texlive-updmap.cfg


From: guix-commits
Subject: branch master updated: gnu: python-nbconvert: Remove texlive-updmap.cfg as propagated input.
Date: Wed, 19 Jul 2023 15:19:30 -0400

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new e401eff977 gnu: python-nbconvert: Remove texlive-updmap.cfg as 
propagated input.
e401eff977 is described below

commit e401eff97706dc6cdaf20b01dd12e291d7d13c2b
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Jul 19 21:10:56 2023 +0200

    gnu: python-nbconvert: Remove texlive-updmap.cfg as propagated input.
    
    `texlive-updmap.cfg' builds "updmap.cfg" file for texlive packages in native
    inputs, because those do not benefit from the profile hook doing the very 
same
    thing.  Consequently, `texlive-updmap.cfg' should not appear in propagated
    inputs.
    
    Moreover, XeTeX do not rely on "updmap.cfg" to find fonts; this is a second
    reason to remove it from propagated inputs in this particular package.
    
    * gnu/packages/python-xyz.scm (python-nbconvert)[propagated-inputs]: Remove
    TEXLIVE-UPDMAP.CFG call.  Add TEXLIVE-COLLECTION-BASIC.  Remove 
TEXLIVE-IFTEX,
    which is already included in TEXLIVE-COLLECTION-BASIC.  Sort inputs
    alphabetically.
---
 gnu/packages/python-xyz.scm | 37 ++++++++++++++++++-------------------
 1 file changed, 18 insertions(+), 19 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 3bb3aae446..db3e69fb45 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -15184,39 +15184,38 @@ time.")
            texlive-adjustbox
            texlive-booktabs
            texlive-caption
+           texlive-collection-basic
            texlive-enumitem
-           texlive-fontspec
-           texlive-iftex
-           texlive-grffile
-           texlive-hyperref
+           texlive-environ
+           texlive-eurosym
            texlive-fancyvrb
            texlive-float
+           texlive-fontspec
            texlive-geometry
+           texlive-grffile
+           texlive-hyperref
+           texlive-jknapltx
            texlive-jknapltx
+           texlive-lm
+           texlive-lm-math
+           texlive-mathpazo
            texlive-ms
            texlive-parskip
-           texlive-trimspaces
-           texlive-upquote
+           texlive-pdfcol
+           texlive-pgf
+           texlive-rsfs
            texlive-stringenc
            texlive-tcolorbox
            texlive-titling
            texlive-tools
+           texlive-trimspaces
+           texlive-ucs
            texlive-ulem
            texlive-unicode-math
+           texlive-upquote
            texlive-xcolor
-           (texlive-updmap.cfg
-            (list texlive-eurosym
-                  texlive-environ
-                  texlive-jknapltx
-                  texlive-lm
-                  texlive-lm-math
-                  texlive-mathpazo
-                  texlive-pdfcol
-                  texlive-pgf
-                  texlive-rsfs
-                  texlive-ucs
-                  texlive-xetex
-                  texlive-zapfding))))
+           texlive-xetex
+           texlive-zapfding))
     (home-page "https://jupyter.org";)
     (synopsis "Converting Jupyter Notebooks")
     (description "The @code{nbconvert} tool, @code{jupyter nbconvert}, converts



reply via email to

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