diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/build.scm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/build.scm b/doc/build.scm index 577f900e20..2cd57b4a92 100644 --- a/doc/build.scm +++ b/doc/build.scm @@ -913,9 +913,7 @@ makeinfo OPTIONS." tar texinfo (texlive-updmap.cfg - (list texlive-ec - texlive-epsf - texlive-texinfo))))))) + (list texlive-epsf texlive-texinfo))))))) (define build (with-imported-modules '((guix build utils)) |