diff options
Diffstat (limited to 'gnu/packages/sphinx.scm')
-rw-r--r-- | gnu/packages/sphinx.scm | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/gnu/packages/sphinx.scm b/gnu/packages/sphinx.scm index 69054efb50..c2d744ed00 100644 --- a/gnu/packages/sphinx.scm +++ b/gnu/packages/sphinx.scm @@ -109,28 +109,28 @@ texlive-amsmath texlive-capt-of texlive-carlisle ;remreset - texlive-etoolbox - texlive-ltxcmds - texlive-hyperref - texlive-latex-base ;alltt, atbegshi, makeidx, textcomp texlive-cmap + texlive-etoolbox texlive-fancyhdr texlive-fancyvrb texlive-float texlive-fncychap texlive-framed texlive-geometry - texlive-graphics ;graphicx, color + texlive-graphics ;graphicx, color + texlive-hyperref texlive-kvoptions + texlive-latex-base ;alltt, atbegshi, makeidx, textcomp + texlive-ltxcmds texlive-latex-needspace + texlive-oberdiek ;hypcap texlive-parskip texlive-latex-preview texlive-tabulary texlive-titlesec - texlive-tools ;multicol, longtable + texlive-tools ;multicol, longtable texlive-upquote - texlive-latex-varwidth - texlive-oberdiek ;hypcap + texlive-varwidth texlive-wrapfig texlive-xcolor)) (native-inputs |