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 /gnu/packages/tex.scm | |
parent | bd3e3d87a9246ac59080ebb72298290dca5b0204 (diff) | |
download | guix-e40ccf5fc1b095e708e9900fac0874d87d5dff79.tar.gz |
gnu: texlive-fancyhdr: Use over deprecated texlive-latex-fancyhdr.
* gnu/packages/tex.scm (texlive-apa6)[propagated-inputs]: Replace texlive-latex-fancyhdr with texlive-fancyhdr.
Diffstat (limited to 'gnu/packages/tex.scm')
-rw-r--r-- | gnu/packages/tex.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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 |