From dbc5b51cb90d74773122a287d9183982b97448e3 Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Tue, 22 Mar 2022 14:43:23 -0400 Subject: 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 @@ (define-public python-nbconvert texlive-fancyvrb texlive-fonts-rsfs texlive-fontspec - texlive-generic-ulem texlive-grffile texlive-hyperref texlive-iftex @@ -12830,6 +12829,7 @@ (define-public python-nbconvert texlive-tcolorbox texlive-titling texlive-tools + texlive-ulem texlive-xcolor texlive-zapfding))))) (propagated-inputs -- cgit v1.2.3