diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-05-14 21:39:48 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-07-18 18:11:06 +0200 |
commit | 16b71431dd7d3b1e79db557a09deeb65b684ba74 (patch) | |
tree | 4986f32e150a100e89f0b615e4a9035ba9d6d867 /gnu/packages/python-xyz.scm | |
parent | fc8cd00953081b07d549cbdf0c90f0305a1c6934 (diff) | |
download | guix-16b71431dd7d3b1e79db557a09deeb65b684ba74.tar guix-16b71431dd7d3b1e79db557a09deeb65b684ba74.tar.gz |
gnu: texlive-fonts-rsfs -> texlive-rsfs.
* gnu/packages/tex.scm (texlive-rsfs): New variable.
(texlive-fonts-rsfs): Deprecate variable.
* gnu/packages/docbook.scm (dblatex)[inputs]:
* 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 c32dc25b88..2b615680e2 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -15203,12 +15203,12 @@ time.") (texlive-updmap.cfg (list texlive-amsfonts texlive-amsmath texlive-eurosym - texlive-fonts-rsfs texlive-jknappen texlive-lm texlive-lm-math texlive-mathpazo texlive-oberdiek + texlive-rsfs texlive-ucs texlive-zapfding)))) (home-page "https://jupyter.org") |