summary refs log tree commit diff
path: root/doc/build.scm
diff options
context:
space:
mode:
Diffstat (limited to 'doc/build.scm')
-rw-r--r--doc/build.scm7
1 files changed, 2 insertions, 5 deletions
diff --git a/doc/build.scm b/doc/build.scm
index 0a5bddbcb6..2cd57b4a92 100644
--- a/doc/build.scm
+++ b/doc/build.scm
@@ -912,11 +912,8 @@ makeinfo OPTIONS."
                      sed
                      tar
                      texinfo
-                     texlive-base
-                     texlive-bin        ;for GUIX_TEXMF
-                     texlive-epsf
-                     texlive-fonts-ec
-                     texlive-tex-texinfo)))))
+                     (texlive-updmap.cfg
+                      (list texlive-epsf texlive-texinfo)))))))
 
   (define build
     (with-imported-modules '((guix build utils))