civodul pushed a commit to branch tex-team
in repository guix.
commit 182a126f61f9360e343b1a51a25b81c3e92ea8ba
Author: Simon Tournier <[email protected]>
AuthorDate: Fri Apr 28 13:03:11 2023 +0200
gnu: texlive-ddphonism: Replace deprecated input.
* gnu/packages/tex.scm (texlive-ddphonism)[propagated-inputs]: Replace
deprecated TEXLIVE-LATEX-TOOLS by TEXLIVE-TOOLS.
Signed-off-by: Nicolas Goaziou <[email protected]>
---
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 7d89733935..cabf595db3 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -5920,7 +5920,7 @@ in LaTeX documents; a jiffy to create slashed characters
for physicists.")
texlive-latex-l3packages
texlive-listings
texlive-pgf
- texlive-latex-tools
+ texlive-tools
texlive-xstring))
(home-page "https://www.ctan.org/pkg/ddphonism")
(synopsis "Dodecaphonic diagrams for LaTeX")