mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
4df6eda30f
commit
4e04035d36
1 changed files with 1 additions and 0 deletions
|
@ -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/"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue