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

commit 3bb2ea512fdf1ed70724099d6d9c1dccbaba9bc7
Author: Nicolas Goaziou <m...@nicolasgoaziou.fr>
AuthorDate: Mon Feb 10 21:05:22 2025 +0100

    gnu: profiles.scm: Ignore ls-R databases when building font maps.
    
    * guix/profiles.scm (texlive-font-maps): Ignore ls-R databases when building
    font maps.
    
    Change-Id: I942886a89497e94c51e492657150540c6cd35603
---
 guix/profiles.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/guix/profiles.scm b/guix/profiles.scm
index fb4dbc5bd0..93bf9b2517 100644
--- a/guix/profiles.scm
+++ b/guix/profiles.scm
@@ -1890,6 +1890,7 @@ MANIFEST."
                                  #$(file-append texlive-libkpathsea "/bin")))
           (setenv "PERL5LIB" #$(file-append texlive-scripts "/share/tlpkg"))
           (setenv "GUIX_TEXMF" "/tmp/texlive/share/texmf-dist")
+          (setenv "TEXMF" "{$TEXMFSYSVAR,$TEXMFDIST}")
 
           ;; Remove invalid maps from config file.
           (let* ((web2c (string-append #$output "/share/texmf-dist/web2c/"))

Reply via email to