diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2024-06-27 18:37:54 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2024-08-31 10:45:40 +0200 |
commit | 450ab2250cdcc56c0b22e879429b562f117deebc (patch) | |
tree | e0f9b0d414bcf17f7b3c4b2cd2a66ac1993aca6f | |
parent | 60c6ebb41dc80c4cccec018234a8219486cca529 (diff) | |
download | guix-450ab2250cdcc56c0b22e879429b562f117deebc.tar.gz guix-450ab2250cdcc56c0b22e879429b562f117deebc.zip |
gnu: texlive-scripts: Remove no longer necessary fix.
* gnu/packages/tex.scm (texlive-scripts)[arguments]<#:phases>: Remove
FIX-FMTUTIL.
Change-Id: I12813178461d09a278b1f445ab962af281ebf6c8
-rw-r--r-- | gnu/packages/tex.scm | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 4ead14e511..e309839a42 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -568,11 +568,6 @@ of user-specified directories similar to how shells look up executables.") (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"))) |