guix-commits
[Top][All Lists]
Advanced

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

29/36: gnu: texlive-texmf: Return #t from all phases.


From: Mark H. Weaver
Subject: 29/36: gnu: texlive-texmf: Return #t from all phases.
Date: Thu, 12 Apr 2018 04:09:22 -0400 (EDT)

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

commit 0371132c371b8736a91acb87e3c261dc9d956710
Author: Mark H Weaver <address@hidden>
Date:   Thu Apr 12 03:44:00 2018 -0400

    gnu: texlive-texmf: Return #t from all phases.
    
    * gnu/packages/tex.scm (texlive-texmf): Use invoke instead of system*, and
    return #t from all phases.
---
 gnu/packages/tex.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 9aa2f2e..df4273e 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3966,8 +3966,7 @@ directly generate PDF documents instead of DVI.")
                 (setenv "TEXMFCNF" texmfroot)
                 (invoke "updmap-sys" "--nohash" "--syncwithtrees")
                 (invoke "mktexlsr")
-                (invoke "fmtutil-sys" "--all")
-                #t))))))
+                (invoke "fmtutil-sys" "--all")))))))
    (properties `((max-silent-time . 9600))) ; don't time out while grafting
    (synopsis "TeX Live, a package of the TeX typesetting system")
    (description



reply via email to

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