diff options
Diffstat (limited to 'doc/build.scm')
-rw-r--r-- | doc/build.scm | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/build.scm b/doc/build.scm index 22d8d18ae1..9088e99e53 100644 --- a/doc/build.scm +++ b/doc/build.scm @@ -912,7 +912,10 @@ makeinfo OPTIONS." sed tar texinfo - (texlive-local-tree + ;; This deprecated symbol should not be updated, as the + ;; build farm's Guix (that comes from the guix-daemon + ;; package) doesn't know about it yet. + (texlive-updmap.cfg (list texlive-epsf texlive-texinfo))))))) (define build |