summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/tex.scm3
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 9aa2f2ee4c..df4273e208 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