mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: texlive-scripts: Add missing "mktexfmt" symlink.
* gnu/packages/tex.scm (texlive-scripts)[arguments]<#:phases>: Add missing "mktexfmt" symlink during LINK-SCRIPTS phase. Change-Id: I7100fc3d92ab625ff4d6a0a6945d5ab4c5121ed8 Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
23527273c6
commit
f194e84685
1 changed files with 3 additions and 1 deletions
|
@ -499,7 +499,9 @@ (define-public texlive-scripts
|
|||
(apply (assoc-ref tex:%standard-phases 'link-scripts)
|
||||
(list #:outputs outputs
|
||||
#:link-scripts
|
||||
(find-files "scripts")))))))))
|
||||
(find-files "scripts"))))
|
||||
(with-directory-excursion (string-append #$output "/bin")
|
||||
(symlink "fmtutil" "mktexfmt")))))))
|
||||
(inputs (list perl))
|
||||
(home-page "https://www.tug.org/texlive/")
|
||||
(synopsis "TeX Live infrastructure programs")
|
||||
|
|
Loading…
Reference in a new issue