diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-03-17 17:04:20 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-03-23 23:25:55 +0100 |
commit | 01a92a70c403ff0883733ec8ff0419f07d6b3ef4 (patch) | |
tree | 80356083874e7885b5a325c15fdd439861d3352d /gnu/packages/fontutils.scm | |
parent | 8c14f7f8a7ab0722bf4c9f92fd28ae85514d564f (diff) | |
download | guix-01a92a70c403ff0883733ec8ff0419f07d6b3ef4.tar guix-01a92a70c403ff0883733ec8ff0419f07d6b3ef4.tar.gz |
gnu: fontforge: Build against Python 3.
* gnu/packages/fontutils.scm (fontforge)[inputs]: Change from PYTHON-2 to PYTHON.
Diffstat (limited to 'gnu/packages/fontutils.scm')
-rw-r--r-- | gnu/packages/fontutils.scm | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gnu/packages/fontutils.scm b/gnu/packages/fontutils.scm index 21f8c7d227..0259e374d9 100644 --- a/gnu/packages/fontutils.scm +++ b/gnu/packages/fontutils.scm @@ -586,10 +586,7 @@ definitions.") ("libxml2" ,libxml2) ("pango" ,pango) ("potrace" ,potrace) - ;; FIXME: We use Python 2 here because there is a bug in Python - ;; 3.7 that is triggered when Py_Main is called after Py_Init, as - ;; is done by fontforge. This will be fixed in Python 3.7.1. - ("python" ,python-2) + ("python" ,python) ("zlib" ,zlib))) (arguments '(#:phases |