guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

25/31: gnu: texlive-texmf: Replace python-2 by python.


From: guix-commits
Subject: 25/31: gnu: texlive-texmf: Replace python-2 by python.
Date: Thu, 14 Jan 2021 10:12:58 -0500 (EST)

apteryx pushed a commit to branch core-updates
in repository guix.

commit d41acb452d6ce37c7dcb47473784fb2281bfa86e
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sun Jan 10 22:18:45 2021 -0500

    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 3f3c647..e835e0e 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]