guix_mirror_bot pushed a commit to branch tex-team
in repository guix.
commit a34337adcf8749b216251824989780d043b5e0f2
Author: Nicolas Goaziou <[email protected]>
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 568cfa7e0c..264396401e 100644
--- a/guix/profiles.scm
+++ b/guix/profiles.scm
@@ -1899,6 +1899,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/"))