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:
parent
286eedeca0
commit
0371132c37
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue