diff options
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/docbook.scm | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/docbook.scm b/gnu/packages/docbook.scm index 9f47dadd5d..464f75cff1 100644 --- a/gnu/packages/docbook.scm +++ b/gnu/packages/docbook.scm @@ -6,6 +6,7 @@ ;;; Copyright © 2020 Marius Bakke <[email protected]> ;;; Copyright © 2021 Maxim Cournoyer <[email protected]> ;;; Copyright © 2021 Mark H Weaver <[email protected]> +;;; Copyright © 2021 Efraim Flashner <[email protected]> ;;; ;;; This file is part of GNU Guix. ;;; @@ -413,7 +414,7 @@ the in DocBook SGML DTDs.") texlive-latex-fancyvrb texlive-latex-float texlive-latex-footmisc - texlive-latex-hyperref + texlive-hyperref texlive-latex-jknapltx texlive-latex-listings texlive-latex-multirow @@ -422,10 +423,10 @@ the in DocBook SGML DTDs.") texlive-latex-refcount texlive-latex-subfigure texlive-latex-titlesec - texlive-latex-wasysym + texlive-wasysym texlive-fonts-rsfs - texlive-fonts-stmaryrd + texlive-stmaryrd texlive-generic-iftex))) ("imagemagick" ,imagemagick) ;for convert |