From 81fbf5d71fb95367a0a93e45a86de5e930589a05 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Mon, 27 Feb 2023 01:17:04 +0100 Subject: gnu: texlive-apa6: Update reference to deprecated package. * gnu/packages/tex.scm (texlive-apa6)[inputs]: Replace 'texlive-generic-xstring' with 'texlive-xstring'. --- gnu/packages/tex.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3