rekado pushed a commit to branch wip-texlive
in repository guix.

commit 6aadb04dd1216654b2093f3ac40d00b8acd76751
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Wed Oct 28 22:56:52 2020 +0100

    gnu: texlive-base: Update reference to texlive-babel.
    
    * gnu/packages/tex.scm (texlive-base)[propagated-inputs]: Replace
    "texlive-latex-babel" with "texlive-babel".
---
 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 a686dc5..7c859e7 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3541,7 +3541,7 @@ packages.")
                 ;; LaTeX packages from the "required" set.
                 texlive-latex-amsmath
                 texlive-amscls
-                texlive-latex-babel
+                texlive-babel
                 texlive-generic-babel-english
                 texlive-latex-cyrillic
                 texlive-latex-graphics

Reply via email to