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.
This commit is contained in:
Mark H Weaver 2018-04-12 03:44:00 -04:00
parent 286eedeca0
commit 0371132c37
No known key found for this signature in database
GPG Key ID: 7CEF29847562C516
1 changed files with 1 additions and 2 deletions

View File

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