guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: texlive: Remove remaining uses of deprecated packages.


From: guix-commits
Subject: 03/03: gnu: texlive: Remove remaining uses of deprecated packages.
Date: Sat, 25 Sep 2021 12:52:41 -0400 (EDT)

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

commit c6a8d6db77520097bd0b2df99bfab659bfcfd64c
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Sat Sep 25 18:48:56 2021 +0200

    gnu: texlive: Remove remaining uses of deprecated packages.
    
    This is a followup to b949f34f31a045eb0fb242b81a223178fb6994d3 and
    7269f0c1b2411c8fbe014b32cea0ce5f8621c67b.
    
    * gnu/packages/tex.scm (texlive-hyperref)[propagated-inputs]: Use
    TEXLIVE-URL instead of TEXLIVE-LATEX-URL.
    (texlive-pdftex)[propagated-inputs]: Use TEXLIVE-KNUTH-LIB instead of
    TEXLIVE-FONTS-KNUTH-LIB.
    (texlive-context)[propagated-inputs]: Use TEXLIVE-STMARYRD instead of
    TEXLIVE-FONTS-STMARYRD.
---
 gnu/packages/tex.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 5da6d8d..76bce73 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3230,7 +3230,7 @@ XML, using UTF-8 or a suitable 8-bit encoding.")
          ("texlive-latex-pdftexcmds" ,texlive-latex-pdftexcmds)
          ("texlive-latex-refcount" ,texlive-latex-refcount)
          ("texlive-latex-rerunfilecheck" ,texlive-latex-rerunfilecheck)
-         ("texlive-latex-url" ,texlive-latex-url)))
+         ("texlive-url" ,texlive-url)))
       (home-page "https://www.ctan.org/pkg/hyperref";)
       (synopsis "Extensive support for hypertext in LaTeX")
       (description
@@ -6752,7 +6752,7 @@ e-TeX.")
     (propagated-inputs
      `(("texlive-cm" ,texlive-cm)
        ("texlive-etex" ,texlive-etex)
-       ("texlive-fonts-knuth-lib" ,texlive-fonts-knuth-lib)
+       ("texlive-knuth-lib" ,texlive-knuth-lib)
        ("texlive-hyphen-base" ,texlive-hyphen-base)
        ("texlive-kpathsea" ,texlive-kpathsea)
        ("texlive-tex-ini-files" ,texlive-tex-ini-files)
@@ -8125,7 +8125,7 @@ Support for use with LaTeX is available in 
@code{freenfss}, part of
        ("texlive-lm" ,texlive-lm)
        ("texlive-pdftex" ,texlive-pdftex)
        ("texlive-metapost" ,texlive-metapost)
-       ("texlive-fonts-stmaryrd" ,texlive-fonts-stmaryrd)
+       ("texlive-stmaryrd" ,texlive-stmaryrd)
        ("texlive-mflogo-font" ,texlive-mflogo-font)))
     (home-page "https://www.ctan.org/pkg/context";)
     (synopsis "Full featured, parameter driven macro package for TeX")



reply via email to

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