gnu: texlive-texmf: Return #t from all phases.
authorMark H Weaver <mhw@netris.org>
Thu, 12 Apr 2018 07:44:00 +0000 (03:44 -0400)
committerMark H Weaver <mhw@netris.org>
Thu, 12 Apr 2018 08:02:54 +0000 (04:02 -0400)
* gnu/packages/tex.scm (texlive-texmf): Use invoke instead of system*, and
return #t from all phases.

gnu/packages/tex.scm

index 9aa2f2e..df4273e 100644 (file)
@@ -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