mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-26 04:06:49 +01:00
gnu: dblatex: Update package names in texlive-union.
* gnu/packages/docbook.scm (dblatex)[inputs]: Replace texlive-latex-hyperref with texlive-hyperref, texlive-latex-wasysym with texlive-wasysym, texlive-fonts-stmryrd with texlive-stmryrd.
This commit is contained in:
parent
d1732a007f
commit
7269f0c1b2
1 changed files with 4 additions and 3 deletions
|
@ -6,6 +6,7 @@
|
||||||
;;; Copyright © 2020 Marius Bakke <marius@gnu.org>
|
;;; Copyright © 2020 Marius Bakke <marius@gnu.org>
|
||||||
;;; Copyright © 2021 Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
;;; Copyright © 2021 Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
||||||
;;; Copyright © 2021 Mark H Weaver <mhw@netris.org>
|
;;; Copyright © 2021 Mark H Weaver <mhw@netris.org>
|
||||||
|
;;; Copyright © 2021 Efraim Flashner <efraim@flashner.co.il>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -413,7 +414,7 @@ (define-public dblatex
|
||||||
texlive-latex-fancyvrb
|
texlive-latex-fancyvrb
|
||||||
texlive-latex-float
|
texlive-latex-float
|
||||||
texlive-latex-footmisc
|
texlive-latex-footmisc
|
||||||
texlive-latex-hyperref
|
texlive-hyperref
|
||||||
texlive-latex-jknapltx
|
texlive-latex-jknapltx
|
||||||
texlive-latex-listings
|
texlive-latex-listings
|
||||||
texlive-latex-multirow
|
texlive-latex-multirow
|
||||||
|
@ -422,10 +423,10 @@ (define-public dblatex
|
||||||
texlive-latex-refcount
|
texlive-latex-refcount
|
||||||
texlive-latex-subfigure
|
texlive-latex-subfigure
|
||||||
texlive-latex-titlesec
|
texlive-latex-titlesec
|
||||||
texlive-latex-wasysym
|
texlive-wasysym
|
||||||
|
|
||||||
texlive-fonts-rsfs
|
texlive-fonts-rsfs
|
||||||
texlive-fonts-stmaryrd
|
texlive-stmaryrd
|
||||||
|
|
||||||
texlive-generic-iftex)))
|
texlive-generic-iftex)))
|
||||||
("imagemagick" ,imagemagick) ;for convert
|
("imagemagick" ,imagemagick) ;for convert
|
||||||
|
|
Loading…
Reference in a new issue