summaryrefslogtreecommitdiff
path: root/doc/build.scm
diff options
context:
space:
mode:
Diffstat (limited to 'doc/build.scm')
-rw-r--r--doc/build.scm9
1 files changed, 4 insertions, 5 deletions
diff --git a/doc/build.scm b/doc/build.scm
index 9c0cc99404..577f900e20 100644
--- a/doc/build.scm
+++ b/doc/build.scm
@@ -912,11 +912,10 @@ makeinfo OPTIONS."
sed
tar
texinfo
- texlive-base
- texlive-bin ;for GUIX_TEXMF
- texlive-epsf
- texlive-ec
- texlive-texinfo)))))
+ (texlive-updmap.cfg
+ (list texlive-ec
+ texlive-epsf
+ texlive-texinfo)))))))
(define build
(with-imported-modules '((guix build utils))