diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-01-10 22:18:45 -0500 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-01-14 09:02:11 -0500 |
commit | d41acb452d6ce37c7dcb47473784fb2281bfa86e (patch) | |
tree | 76ced5b4b24baeb1789634d94ea657d60fb5b522 /gnu/packages | |
parent | 49c873e7ec2c47abb5e787cbf9f164a891fa43b8 (diff) |
gnu: texlive-texmf: Replace python-2 by python.
* gnu/packages/tex.scm (texlive-texmf)[inputs]: Replace python-2 by python.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/tex.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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 |