diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2023-01-30 13:01:17 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2023-01-30 20:07:49 +0200 |
commit | e40ccf5fc1b095e708e9900fac0874d87d5dff79 (patch) | |
tree | bc3bacf5296d7535f94020fe4d16024be79a7c1f | |
parent | bd3e3d87a9246ac59080ebb72298290dca5b0204 (diff) |
gnu: texlive-fancyhdr: Use over deprecated texlive-latex-fancyhdr.
* gnu/packages/tex.scm (texlive-apa6)[propagated-inputs]: Replace
texlive-latex-fancyhdr with texlive-fancyhdr.
-rw-r--r-- | gnu/packages/graphviz.scm | 4 | ||||
-rw-r--r-- | gnu/packages/tex.scm | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/graphviz.scm b/gnu/packages/graphviz.scm index 99fdd85c88..34aa1dc470 100644 --- a/gnu/packages/graphviz.scm +++ b/gnu/packages/graphviz.scm @@ -427,8 +427,8 @@ graphs in Graphviz's DOT language, written in pure Python.") ;; the resulting generated TeX files, which \usepackage them. texlive-bin texlive-amsmath - texlive-geometry - texlive-latex-graphics + texlive-graphics + texlive-latex-geometry texlive-latex-base texlive-latex-preview texlive-latex-xkeyval diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index ca3eca810c..3d8c71e62f 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -11887,10 +11887,10 @@ and selecting references used in a publication.") texlive-booktabs texlive-endnotes texlive-etoolbox + texlive-fancyhdr texlive-generic-xstring texlive-graphics texlive-latex-draftwatermark - texlive-latex-fancyhdr texlive-latex-float texlive-lm texlive-substr |