mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Simplify texlive-default-updmap.cfg.
* gnu/packages/tex.scm (texlive-default-updmap.cfg): Use TEXLIVE-ORIGIN. (texlive-updmap.cfg): * guix/profiles.scm (texlive-font-maps): Update accordingly.
This commit is contained in:
parent
36d7acf003
commit
0d7e2380b6
2 changed files with 28 additions and 42 deletions
|
@ -1831,8 +1831,7 @@ MANIFEST."
|
|||
(let* ((web2c (string-append #$output "/share/texmf-dist/web2c/"))
|
||||
(maproot (string-append #$output "/share/texmf-dist/fonts/map/"))
|
||||
(updmap.cfg (string-append web2c "updmap.cfg")))
|
||||
(mkdir-p web2c)
|
||||
(copy-file #$updmap.cfg updmap.cfg)
|
||||
(install-file #$(file-append updmap.cfg "/web2c/updmap.cfg") web2c)
|
||||
(make-file-writable updmap.cfg)
|
||||
(let* ((port (open-pipe* OPEN_WRITE
|
||||
#$(file-append texlive-bin "/bin/updmap-sys")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue