aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2025-02-10 21:05:22 +0100
committerAndreas Enge <andreas@enge.fr>2025-05-06 11:25:06 +0200
commit4e04035d36a3486fe3e86c54017b0786a4eb80c8 (patch)
treeb5bce88512ef49a417bea4e61280835b389011ca
parent4df6eda30f92dd09a7b5839514fab971b5633a0d (diff)
downloadguix-4e04035d36a3486fe3e86c54017b0786a4eb80c8.tar.gz
guix-4e04035d36a3486fe3e86c54017b0786a4eb80c8.zip
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
-rw-r--r--guix/profiles.scm1
1 files changed, 1 insertions, 0 deletions
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/"))