diff options
author | Ludovic Courtès <ludo@gnu.org> | 2023-02-27 01:17:04 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2023-02-27 01:17:04 +0100 |
commit | 81fbf5d71fb95367a0a93e45a86de5e930589a05 (patch) | |
tree | 492b0bd8e4306f687f24ea6e0bea6f7fde26c717 | |
parent | 3f81ec18e4177f6bbc709b7319ec7d15147b3f1d (diff) |
gnu: texlive-apa6: Update reference to deprecated package.
* gnu/packages/tex.scm (texlive-apa6)[inputs]: Replace
'texlive-generic-xstring' with 'texlive-xstring'.
-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 1dc74d848d..f178bafcc2 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -11294,7 +11294,7 @@ and selecting references used in a publication.") texlive-booktabs texlive-endnotes texlive-etoolbox - texlive-generic-xstring + texlive-xstring texlive-latex-draftwatermark texlive-latex-fancyhdr texlive-latex-float |