guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: python-nbconvert: Replace texlive-generic-ulem input by texl


From: guix-commits
Subject: 03/03: gnu: python-nbconvert: Replace texlive-generic-ulem input by texlive-ulem.
Date: Tue, 22 Mar 2022 15:45:29 -0400 (EDT)

apteryx pushed a commit to branch core-updates
in repository guix.

commit dbc5b51cb90d74773122a287d9183982b97448e3
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Tue Mar 22 14:43:23 2022 -0400

    gnu: python-nbconvert: Replace texlive-generic-ulem input by texlive-ulem.
    
    This was a caused by a badly resolved conflict in the recent staging branch
    merge.
    
    * gnu/packages/python-xyz.scm (python-nbconvert)[native-inputs]: Replace
    texlive-generic-ulem by texlive-ulem in the computed texlive-updmap.cfg.
---
 gnu/packages/python-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index ba6f2cbcbb..fe1123120f 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -12808,7 +12808,6 @@ time.")
                           texlive-fancyvrb
                           texlive-fonts-rsfs
                           texlive-fontspec
-                          texlive-generic-ulem
                           texlive-grffile
                           texlive-hyperref
                           texlive-iftex
@@ -12830,6 +12829,7 @@ time.")
                           texlive-tcolorbox
                           texlive-titling
                           texlive-tools
+                          texlive-ulem
                           texlive-xcolor
                           texlive-zapfding)))))
     (propagated-inputs



reply via email to

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