diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-05-12 23:55:44 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-07-18 18:10:36 +0200 |
commit | 3522e1970ab83479a70f7e52a8f832ea35844366 (patch) | |
tree | ef7821fdebdd3e2ef07683cba03654f014a03d17 /gnu/packages/maths.scm | |
parent | a9634e2f231ea19c1f4ac49114d09eed8895fbce (diff) | |
download | guix-3522e1970ab83479a70f7e52a8f832ea35844366.tar.gz |
gnu: texlive-dvips-l3backend -> texlive-l3backend.
* gnu/packages/tex.scm (texlive-dvips-l3backend): Deprecate package. * gnu/packages/chez.scm (stex-bootstrap): * gnu/packages/maths.scm (cddlib): * gnu/packages/ocaml.scm (unison): * gnu/packages/plotutils.scm (asymptote): Use new name.
Diffstat (limited to 'gnu/packages/maths.scm')
-rw-r--r-- | gnu/packages/maths.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index f0c00cd1a5..14583f7b45 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -844,7 +844,7 @@ integer programming problems and computes Markov bases for statistics.") automake libtool texlive-amsfonts - texlive-dvips-l3backend + texlive-l3backend texlive-graphics texlive-l3backend texlive-tiny)) |