mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: texlive-scripts: Remove no longer necessary fix.
* gnu/packages/tex.scm (texlive-scripts)[arguments]<#:phases>: Remove FIX-FMTUTIL. Change-Id: I12813178461d09a278b1f445ab962af281ebf6c8
This commit is contained in:
parent
60c6ebb41d
commit
450ab2250c
1 changed files with 0 additions and 5 deletions
|
@ -568,11 +568,6 @@ (define-public texlive-scripts
|
|||
(format #f " $Master = ~s;~%~a"
|
||||
(string-append #$output "/share")
|
||||
all)))))
|
||||
(add-after 'unpack 'fix-fmtutil
|
||||
;; The line below generates an error when running "fmtutil".
|
||||
(lambda _
|
||||
(substitute* "texmf-dist/scripts/texlive/fmtutil.pl"
|
||||
(("require TeXLive::TLWinGoo if .*") ""))))
|
||||
(add-after 'install 'install-doc
|
||||
(lambda _
|
||||
(let ((doc (string-append #$output:doc "/share/texmf-dist/doc")))
|
||||
|
|
Loading…
Reference in a new issue