mhw pushed a commit to branch core-updates
in repository guix.
commit 0371132c371b8736a91acb87e3c261dc9d956710
Author: Mark H Weaver <[email protected]>
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