diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-01-02 00:34:57 -0500 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-01-14 09:02:11 -0500 |
commit | 8e7c75043ad1432f24d336ea6d1fb0cce2fb04bf (patch) | |
tree | 23801566383759e361a4a0e089cfdcd295baa865 | |
parent | 8c3abb47f0a028aef632251295c581ec5090936e (diff) | |
download | guix-8e7c75043ad1432f24d336ea6d1fb0cce2fb04bf.tar guix-8e7c75043ad1432f24d336ea6d1fb0cce2fb04bf.tar.gz |
gnu: texlive-bin: Replace python-2 by python.
* gnu/packages/tex.scm (texlive-bin)[inputs]: Replace python-2 by python.
-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 e835e0e1b4..d56531fcdd 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) |