mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05: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 © 2021 Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
||||
;;; Copyright © 2021 Mark H Weaver <mhw@netris.org>
|
||||
;;; Copyright © 2021 Efraim Flashner <efraim@flashner.co.il>
|
||||
;;;
|
||||
;;; This file is part of GNU Guix.
|
||||
;;;
|
||||
|
@ -413,7 +414,7 @@ (define-public dblatex
|
|||
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 @@ (define-public dblatex
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue