diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/build.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build.scm b/doc/build.scm index 995f4878e1..9c0cc99404 100644 --- a/doc/build.scm +++ b/doc/build.scm @@ -916,7 +916,7 @@ makeinfo OPTIONS." texlive-bin ;for GUIX_TEXMF texlive-epsf texlive-ec - texlive-tex-texinfo))))) + texlive-texinfo))))) (define build (with-imported-modules '((guix build utils)) |