[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/07: gnu: texlive-totcount: Replace deprecated input.
From: |
guix-commits |
Subject: |
05/07: gnu: texlive-totcount: Replace deprecated input. |
Date: |
Wed, 3 May 2023 10:20:56 -0400 (EDT) |
ngz pushed a commit to branch tex-team
in repository guix.
commit e1a257568cf45f2c3139b31bff748005b901c4e6
Author: Simon Tournier <zimon.toutoune@gmail.com>
AuthorDate: Fri Apr 28 13:03:09 2023 +0200
gnu: texlive-totcount: Replace deprecated input.
* gnu/packages/tex.scm (texlive-totcount)[propagated-inputs]: Replace
deprecated TEXLIVE-LATEX-GRAPHICS by TEXLIVE-GRAPHICS.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
gnu/packages/tex.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 584a9dd43c..acfd8f4ab9 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -13447,7 +13447,7 @@ are provided to:
(copy-recursively (string-append origin "/source") source)
(copy-recursively (string-append origin "/doc") doc))))))))
(propagated-inputs
- (list texlive-latex-graphics))
+ (list texlive-graphics))
(home-page "https://ctan.org/pkg/totcount")
(synopsis "Find the last value of a counter")
(description
- branch tex-team created (now 182a126f61), guix-commits, 2023/05/03
- 02/07: gnu: texlive-xetex: Replace deprecated inputs., guix-commits, 2023/05/03
- 04/07: gnu: texlive-ncctools: Replace deprecated input., guix-commits, 2023/05/03
- 03/07: gnu: texlive-soulutf8: Replace deprecated inputs., guix-commits, 2023/05/03
- 05/07: gnu: texlive-totcount: Replace deprecated input.,
guix-commits <=
- 06/07: gnu: texlive-totpages: Replace deprecated input., guix-commits, 2023/05/03
- 01/07: gnu: texlive-amsmath: Add missing input., guix-commits, 2023/05/03
- 07/07: gnu: texlive-ddphonism: Replace deprecated input., guix-commits, 2023/05/03