diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-02-13 23:52:18 +0100 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-02-14 00:08:29 +0100 |
commit | 94268d502119c2b799cb49069fbbac8322d2dca7 (patch) | |
tree | c2c14ed368efdf6ebb30f62b88a878ddbee6d590 /gnu/packages/python-xyz.scm | |
parent | 83c33327580f536dfd80b26a0394000fbb2c52f7 (diff) |
gnu: Add texlive-ms.
* gnu/packages/tex.scm (texlive-ms): New variable.
(texlive-latex-ms): Deprecate variable.
* gnu/packages/bioinformatics.scm (discrover):
* gnu/packages/python-xyz.scm (python-nbconvert): Use new variable.
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 3bd382e12d..b09d366e71 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -12625,7 +12625,7 @@ time.") texlive-grffile texlive-hyperref texlive-latex-jknapltx - texlive-latex-ms + texlive-ms texlive-oberdiek texlive-latex-parskip texlive-latex-trimspaces |