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
This commit is contained in:
Nicolas Goaziou 2025-02-10 21:05:22 +01:00 committed by Andreas Enge
parent 4df6eda30f
commit 4e04035d36
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -1899,6 +1899,7 @@ MANIFEST."
#$(file-append texlive-libkpathsea "/bin"))) #$(file-append texlive-libkpathsea "/bin")))
(setenv "PERL5LIB" #$(file-append texlive-scripts "/share/tlpkg")) (setenv "PERL5LIB" #$(file-append texlive-scripts "/share/tlpkg"))
(setenv "GUIX_TEXMF" "/tmp/texlive/share/texmf-dist") (setenv "GUIX_TEXMF" "/tmp/texlive/share/texmf-dist")
(setenv "TEXMF" "{$TEXMFSYSVAR,$TEXMFDIST}")
;; Remove invalid maps from config file. ;; Remove invalid maps from config file.
(let* ((web2c (string-append #$output "/share/texmf-dist/web2c/")) (let* ((web2c (string-append #$output "/share/texmf-dist/web2c/"))