diff options
author | Marius Bakke <marius@gnu.org> | 2022-07-22 01:09:14 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-07-22 01:09:14 +0200 |
commit | 9044b086ddca64a62966a83cbf1b82d32dece89e (patch) | |
tree | 2c7f910c9100b2f2a752d07fe0ec44be83fb7600 /gnu/packages/docbook.scm | |
parent | 5dfc6ab1ab292b87ceea144aa661d0e64c834031 (diff) | |
parent | abea091dbef2d44e6eb46bd2413bdf917e14d095 (diff) |
Merge branch 'staging' into core-updates
Diffstat (limited to 'gnu/packages/docbook.scm')
-rw-r--r-- | gnu/packages/docbook.scm | 48 |
1 files changed, 24 insertions, 24 deletions
diff --git a/gnu/packages/docbook.scm b/gnu/packages/docbook.scm index 91a5e55887..149144c145 100644 --- a/gnu/packages/docbook.scm +++ b/gnu/packages/docbook.scm @@ -486,33 +486,33 @@ the in DocBook SGML DTDs.") ;; TODO: Add xfig/transfig for fig2dev utility (inputs `(("texlive" ,(texlive-updmap.cfg (list texlive-amsfonts - texlive-latex-anysize - texlive-latex-appendix - texlive-latex-bookmark - texlive-latex-changebar - texlive-latex-colortbl - texlive-latex-fancybox - texlive-fancyhdr - texlive-fancyvrb - texlive-latex-float - texlive-latex-footmisc - texlive-hyperref - texlive-latex-jknapltx - texlive-listings - texlive-latex-multirow - texlive-latex-overpic - texlive-pdfpages - texlive-refcount - texlive-subfigure - texlive-titlesec - texlive-wasysym + texlive-latex-anysize + texlive-latex-appendix + texlive-latex-bookmark + texlive-latex-changebar + texlive-latex-colortbl + texlive-latex-fancybox + texlive-fancyhdr + texlive-fancyvrb + texlive-latex-float + texlive-latex-footmisc + texlive-hyperref + texlive-latex-jknapltx + texlive-listings + texlive-latex-multirow + texlive-latex-overpic + texlive-pdfpages + texlive-refcount + texlive-subfigure + texlive-titlesec + texlive-wasysym - texlive-fonts-rsfs - texlive-stmaryrd + texlive-fonts-rsfs + texlive-stmaryrd - texlive-iftex))) + texlive-iftex))) ("imagemagick" ,imagemagick) ;for convert - ("inkscape" ,inkscape) ;for svg conversion + ("inkscape" ,inkscape/stable) ;for svg conversion ("docbook" ,docbook-xml) ("libxslt" ,libxslt))) ;for xsltproc (arguments |