diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2025-02-10 21:05:22 +0100 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2025-05-06 11:25:06 +0200 |
commit | 4e04035d36a3486fe3e86c54017b0786a4eb80c8 (patch) | |
tree | b5bce88512ef49a417bea4e61280835b389011ca | |
parent | 4df6eda30f92dd09a7b5839514fab971b5633a0d (diff) | |
download | guix-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.scm | 1 |
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/")) |