guix-commits
[Top][All Lists]
Advanced

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

12/75: gnu: texlive-luatex: Fix build.


From: guix-commits
Subject: 12/75: gnu: texlive-luatex: Fix build.
Date: Mon, 10 Jun 2024 12:24:28 -0400 (EDT)

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

commit 27b25868dfb8a3a967caec66f660cddf459c2baf
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Jun 10 18:16:41 2024 +0200

    gnu: texlive-luatex: Fix build.
    
    * gnu/packages/tex.scm (texlive-luatex)[native-inputs]: Add 
TEXLIVE-KPATHSEA.
    
    Change-Id: I9b366c44f051651b9da702c61b9e8b15e1fafd99
---
 gnu/packages/tex.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index f35d4e5eaf..0039a44392 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -48046,6 +48046,7 @@ in the same way as BSD/GNU @code{getopt_long(3)} 
functions do.")
                 (("TEXMFDIST *=.*") "TEXMFDIST = os.getenv(\"GUIX_TEXMF\"),\n")
                 (("TEXMF *=.*")
                  "TEXMF = 
\"{$TEXMFCONFIG;$TEXMFVAR;$TEXMFHOME;$TEXMFLOCAL;$TEXMFDIST}\",\n")))))))
+    (native-inputs (list texlive-kpathsea))
     (propagated-inputs
      (list texlive-cm
            texlive-etex



reply via email to

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