[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/07: gnu: chez-sockets: Use new name of texlive-pdftex.
From: |
guix-commits |
Subject: |
06/07: gnu: chez-sockets: Use new name of texlive-pdftex. |
Date: |
Tue, 27 Oct 2020 04:29:31 -0400 (EDT) |
rekado pushed a commit to branch wip-texlive
in repository guix.
commit 4582e1e63930c8f55d21776b37610470155591b0
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Oct 27 09:27:27 2020 +0100
gnu: chez-sockets: Use new name of texlive-pdftex.
* gnu/packages/chez.scm (chez-sockets)[native-inputs]: Replace
"texlive-generic-pdftex" with "texlive-pdftex".
---
gnu/packages/chez.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/chez.scm b/gnu/packages/chez.scm
index 7bcffd3..3b9571e 100644
--- a/gnu/packages/chez.scm
+++ b/gnu/packages/chez.scm
@@ -331,7 +331,7 @@ programming in Scheme.")
(native-inputs
`(("chez-scheme" ,chez-scheme)
("chez-web" ,chez-web)
- ("texlive" ,(texlive-union (list texlive-generic-pdftex)))))
+ ("texlive" ,(texlive-union (list texlive-pdftex)))))
(arguments
`(#:tests? #f ; no tests
#:phases
- branch wip-texlive updated (79cf9fc -> 3e6908d), guix-commits, 2020/10/27
- 02/07: gnu: lilypond: Use new name of texlive-lh., guix-commits, 2020/10/27
- 07/07: gnu: chez-web: Use new names of TeX Live packages., guix-commits, 2020/10/27
- 01/07: gnu: lilypond: Remove obsolete build phase., guix-commits, 2020/10/27
- 03/07: gnu: Replace texlive-generic-pdftex with texlive-pdftex., guix-commits, 2020/10/27
- 04/07: gnu: teximpatient: Use new name for texlive-pdftex., guix-commits, 2020/10/27
- 05/07: gnu: chez-web: Remove obsolete build phase., guix-commits, 2020/10/27
- 06/07: gnu: chez-sockets: Use new name of texlive-pdftex.,
guix-commits <=