[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
27/31: gnu: texlive-bin: Replace python-2 by python.
From: |
guix-commits |
Subject: |
27/31: gnu: texlive-bin: Replace python-2 by python. |
Date: |
Thu, 14 Jan 2021 10:12:59 -0500 (EST) |
apteryx pushed a commit to branch core-updates
in repository guix.
commit 8e7c75043ad1432f24d336ea6d1fb0cce2fb04bf
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sat Jan 2 00:34:57 2021 -0500
gnu: texlive-bin: Replace python-2 by python.
* gnu/packages/tex.scm (texlive-bin)[inputs]: Replace python-2 by python.
---
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 e835e0e..d56531f 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -312,7 +312,7 @@ files from LOCATIONS with expected checksum HASH. CODE is
not currently in use.
("pixman" ,pixman)
("poppler" ,poppler)
("potrace" ,potrace)
- ("python" ,python-2) ; incompatible with Python 3 (print syntax)
+ ("python" ,python)
("ruby" ,ruby)
("tcsh" ,tcsh)
("teckit" ,teckit)
- 11/31: gnu: Add texlive-tipa., (continued)
- 11/31: gnu: Add texlive-tipa., guix-commits, 2021/01/14
- 15/31: gnu: texlive-psnfss: Improve description., guix-commits, 2021/01/14
- 16/31: gnu: Add texlive-jknappen., guix-commits, 2021/01/14
- 22/31: gnu: Add texlive-xmltex., guix-commits, 2021/01/14
- 23/31: gnu: Add texlive-jadetex., guix-commits, 2021/01/14
- 30/31: gnu: texlive-bin: Fix the tlmgr utility., guix-commits, 2021/01/14
- 31/31: gnu: texlive-bin: Patch shell commands in scripts., guix-commits, 2021/01/14
- 25/31: gnu: texlive-texmf: Replace python-2 by python., guix-commits, 2021/01/14
- 26/31: build-system/texlive: Allow specifying SVN references with a single component., guix-commits, 2021/01/14
- 28/31: gnu: texlive-bin: Fix indentation., guix-commits, 2021/01/14
- 27/31: gnu: texlive-bin: Replace python-2 by python.,
guix-commits <=
- 29/31: gnu: texlive-bin: Unpack the texlive-scripts and texlive-extra inputs early., guix-commits, 2021/01/14