mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: texlivebin: Create missing "dvilualatex" symlink.
* gnu/packages/texlive.scm (texlivebin)[arguments]: Create missing "dvilualatex" symlink. Change-Id: I9eea99795ddb2f376977a4d7af4044617c2ef901
This commit is contained in:
parent
d7f6e4eb1d
commit
51d08a6c4f
1 changed files with 4 additions and 3 deletions
|
|
@ -228,9 +228,10 @@
|
|||
;; pages. We link lualatex to luahbtex; see issue #51252 for
|
||||
;; details.
|
||||
(with-directory-excursion (string-append out "/bin/")
|
||||
(for-each symlink
|
||||
'("pdftex" "pdftex" "xetex" "luahbtex")
|
||||
'("latex" "pdflatex" "xelatex" "lualatex")))
|
||||
(for-each
|
||||
symlink
|
||||
'("pdftex" "pdftex" "xetex" "luahbtex" "luatex")
|
||||
'("latex" "pdflatex" "xelatex" "lualatex" "dvilualatex")))
|
||||
(with-directory-excursion (string-append share "/man/man1/")
|
||||
(symlink "luatex.1" "lualatex.1"))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue