GNU bug report logs - #63143
[PATCH 0/6] Replace deprecated TeXLive inputs

Previous Next

Package: guix-patches;

Reported by: Simon Tournier <zimon.toutoune <at> gmail.com>

Date: Fri, 28 Apr 2023 11:02:02 UTC

Severity: normal

Tags: patch

Done: Josselin Poiret <dev <at> jpoiret.xyz>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Simon Tournier <zimon.toutoune <at> gmail.com>
To: 63143 <at> debbugs.gnu.org
Cc: Simon Tournier <zimon.toutoune <at> gmail.com>
Subject: [bug#63143] [PATCH 1/6] gnu: texlive-xetex: Replace deprecated inputs.
Date: Fri, 28 Apr 2023 13:03:06 +0200
* gnu/packages/tex.scm (texlive-xetex)[propagated-inputs]: Replace deprecated
texlive-generic-atbegshi by texlive-atbegshi and deprecated
texlive-latex-atveryend by texlive-atveryend.
---
 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 a2f1de4e35..3c38c85622 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -13468,8 +13468,8 @@ (define-public texlive-xetex
                "1gmgagvsv2qknrjzjk840ca3wging8wfc20rgq7bnhphm9n87m6q")
               #:trivial? #t))
     (propagated-inputs
-     (list texlive-generic-atbegshi
-           texlive-latex-atveryend
+     (list texlive-atbegshi
+           texlive-atveryend
            texlive-babel
            texlive-cm
            texlive-dvipdfmx
-- 
2.38.1





This bug report was last modified 2 years and 11 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.