diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-05-14 11:27:50 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-07-18 18:10:59 +0200 |
commit | 91461e95d43f7270835df54185e534829d4031db (patch) | |
tree | 51983f835459328e45f518b24312a92f3ed5ae2e /gnu/packages/python-xyz.scm | |
parent | 3c3bb270da36e495c8d3b7e672b330aa1810a485 (diff) | |
download | guix-91461e95d43f7270835df54185e534829d4031db.tar.gz |
gnu: texlive-latex-ucs -> texlive-ucs.
* gnu/packages/tex.scm (texlive-ucs): New variable. (texlive-latex-ucs): Deprecate variable. * gnu/packages/python-xyz.scm (python-nbconvert)[propagated-inputs]: Use new name.
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-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 60e0ed3d65..c32dc25b88 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -15205,11 +15205,11 @@ time.") texlive-eurosym texlive-fonts-rsfs texlive-jknappen - texlive-latex-ucs texlive-lm texlive-lm-math texlive-mathpazo texlive-oberdiek + texlive-ucs texlive-zapfding)))) (home-page "https://jupyter.org") (synopsis "Converting Jupyter Notebooks") |