diff options
-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) |