diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-03-22 14:43:23 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-03-22 15:43:22 -0400 |
commit | dbc5b51cb90d74773122a287d9183982b97448e3 (patch) | |
tree | 56295623dec754da141fc848f7ddf43b99cb8b43 /gnu/packages | |
parent | 2f7ab8e373b100c955d21fdb71145b76ac16cf94 (diff) |
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.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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 |