guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

425/452: gnu: texlive-babel: Do not rely on TEXLIVE-LATEX-BASE.


From: guix-commits
Subject: 425/452: gnu: texlive-babel: Do not rely on TEXLIVE-LATEX-BASE.
Date: Fri, 9 Jun 2023 13:44:19 -0400 (EDT)

ngz pushed a commit to branch tex-team-next
in repository guix.

commit 9ffd3ccf587d1b103ce9ee47b054340b2858dfcc
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jun 4 00:37:57 2023 +0200

    gnu: texlive-babel: Do not rely on TEXLIVE-LATEX-BASE.
    
    * gnu/packages/tex.scm (texlive-babel)[arguments]: Do not rely on
    TEXLIVE-LATEX-BASE.
    [native-inputs]: Add TEXLIVE-DOCSTRIP, TEXLIVE-PDFTEX.
---
 gnu/packages/tex.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index deefb28295..d8ce259450 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4883,6 +4883,7 @@ available as part of the AMS-LaTeX distribution.")
     (build-system texlive-build-system)
     (arguments
      (list
+      #:texlive-latex-base #f
       #:phases
       #~(modify-phases %standard-phases
           ;; This package tries to produce babel.aux twice but refuses to
@@ -4897,8 +4898,7 @@ available as part of the AMS-LaTeX distribution.")
                 (mkdir-p locale-directory)
                 (with-directory-excursion "source/latex/babel/"
                   (invoke "unzip" "locale.zip" "-d" locale-directory))))))))
-    (native-inputs
-     (list unzip))
+    (native-inputs (list texlive-docstrip texlive-pdftex unzip))
     (home-page "https://www.ctan.org/pkg/babel";)
     (synopsis "Multilingual support for Plain TeX or LaTeX")
     (description



reply via email to

[Prev in Thread] Current Thread [Next in Thread]