diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-03-04 02:21:25 +0100 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-03-04 02:21:25 +0100 |
commit | 91aa20e2372c30549c6d2a2c31b4d6742e4dcdbd (patch) | |
tree | 15e9ca9431f866ef588cfa50b04199a9e26434e3 /gnu/packages/python-xyz.scm | |
parent | 006538c5273e08e775488af16c8014ba71d8a36e (diff) |
gnu: Add texlive-fancyhdr.
* gnu/packages/tex.scm (texlive-fancyhdr): New variable.
(texlive-latex-fancyhdr): Deprecate variable.
(texlive-jadetex):
* gnu/packages/docbook.scm (dblatex):
* gnu/packages/python-xyz.scm (python-numpy-documentation):
(python-ipython-documentation): Use new variable.
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 22131820a4..834eaf03fb 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -5840,7 +5840,7 @@ readable format.") texlive-latex-eqparbox texlive-etoolbox texlive-latex-expdlist - texlive-latex-fancyhdr + texlive-fancyhdr texlive-latex-fancyvrb texlive-latex-fncychap texlive-latex-float @@ -8925,7 +8925,7 @@ computing.") texlive-latex-eqparbox texlive-etoolbox texlive-latex-expdlist - texlive-latex-fancyhdr + texlive-fancyhdr texlive-latex-fancyvrb texlive-latex-fncychap texlive-latex-float |