gnu: fontforge: Build against Python 3.
* gnu/packages/fontutils.scm (fontforge)[inputs]: Change from PYTHON-2 to PYTHON.
This commit is contained in:
parent
8c14f7f8a7
commit
01a92a70c4
1 changed files with 1 additions and 4 deletions
|
@ -586,10 +586,7 @@ definitions.")
|
||||||
("libxml2" ,libxml2)
|
("libxml2" ,libxml2)
|
||||||
("pango" ,pango)
|
("pango" ,pango)
|
||||||
("potrace" ,potrace)
|
("potrace" ,potrace)
|
||||||
;; FIXME: We use Python 2 here because there is a bug in Python
|
("python" ,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)
|
|
||||||
("zlib" ,zlib)))
|
("zlib" ,zlib)))
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases
|
'(#:phases
|
||||||
|
|
Reference in a new issue