guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: Remove last texlive-generic-ulem reference.


From: guix-commits
Subject: branch master updated: gnu: Remove last texlive-generic-ulem reference.
Date: Fri, 28 Jan 2022 09:08:08 -0500

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

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 38313dd24c gnu: Remove last texlive-generic-ulem reference.
38313dd24c is described below

commit 38313dd24c0284f1815f74205438f7c4c4f2b728
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Jan 28 15:07:12 2022 +0100

    gnu: Remove last texlive-generic-ulem reference.
    
    * gnu/packages/tex.scm (texlive-jadetex)[native-inputs]: Remove last 
reference
    to texlive-generic-ulem.  Replace it with texlive-ulem.
---
 gnu/packages/tex.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 4fc25ed656..950554069a 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -6599,14 +6599,14 @@ Simple Young tableaux.
              ;; The t1cmr.fd file of texlive-latex-base refers to the ecrm 
font,
              ;; provided by the jknappen package collection.
              texlive-jknappen
-             texlive-generic-ulem
              texlive-hyperref
              texlive-latex-colortbl
              texlive-latex-fancyhdr
              texlive-latex-graphics ;for color.sty
              texlive-latex-tools ;for array.sty
              texlive-marvosym
-             texlive-tex-ini-files)) ;for pdftexconfig
+             texlive-tex-ini-files ;for pdftexconfig
+             texlive-ulem))
       (home-page "https://www.ctan.org/pkg/jadetex/";)
       (synopsis "TeX macros to produce TeX output using OpenJade")
       (description "JadeTeX is a companion package to the OpenJade DSSSL



reply via email to

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