guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch core-updates-frozen updated: gnu: dblatex: Update package names i


From: guix-commits
Subject: branch core-updates-frozen updated: gnu: dblatex: Update package names in texlive-union.
Date: Tue, 14 Sep 2021 02:43:19 -0400

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch core-updates-frozen
in repository guix.

The following commit(s) were added to refs/heads/core-updates-frozen by this 
push:
     new 7269f0c  gnu: dblatex: Update package names in texlive-union.
7269f0c is described below

commit 7269f0c1b2411c8fbe014b32cea0ce5f8621c67b
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Sep 14 09:39:59 2021 +0300

    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.
---
 gnu/packages/docbook.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/docbook.scm b/gnu/packages/docbook.scm
index 9f47dad..464f75c 100644
--- a/gnu/packages/docbook.scm
+++ b/gnu/packages/docbook.scm
@@ -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 @@ 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]