From d41acb452d6ce37c7dcb47473784fb2281bfa86e Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Sun, 10 Jan 2021 22:18:45 -0500 Subject: gnu: texlive-texmf: Replace python-2 by python. * gnu/packages/tex.scm (texlive-texmf)[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 3f3c647e9d..e835e0e1b4 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -6293,7 +6293,7 @@ directly generate PDF documents instead of DVI.") `(("texlive-bin" ,texlive-bin) ("lua" ,lua) ("perl" ,perl) - ("python" ,python-2) ; incompatible with Python 3 (print syntax) + ("python" ,python) ("ruby" ,ruby) ("tcsh" ,tcsh))) (arguments -- cgit v1.2.3