guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch core-updates-new updated: gnu: texlive-scripts: Remove no longer


From: guix-commits
Subject: branch core-updates-new updated: gnu: texlive-scripts: Remove no longer necessary fix.
Date: Thu, 27 Jun 2024 13:00:11 -0400

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch core-updates-new
in repository guix.

The following commit(s) were added to refs/heads/core-updates-new by this push:
     new 867af3e122 gnu: texlive-scripts: Remove no longer necessary fix.
867af3e122 is described below

commit 867af3e122f5470ab2e8b98ae5c914cbd155ab54
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Jun 27 18:37:54 2024 +0200

    gnu: texlive-scripts: Remove no longer necessary fix.
    
    * gnu/packages/tex.scm (texlive-scripts)[arguments]<#:phases>: Remove
    FIX-FMTUTIL.
    
    Change-Id: I12813178461d09a278b1f445ab962af281ebf6c8
---
 gnu/packages/tex.scm | 5 -----
 1 file changed, 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")))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]