mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 04:29:25 -05:00
gnu: fontforge: Build with Python 2.
* gnu/packages/fontutils.scm (fontforge)[inputs]: Replace python-wrapper with python-2.
This commit is contained in:
parent
a7e231a2a3
commit
9611080117
1 changed files with 4 additions and 1 deletions
|
@ -536,7 +536,10 @@ (define-public fontforge
|
|||
("libxml2" ,libxml2)
|
||||
("pango" ,pango)
|
||||
("potrace" ,potrace)
|
||||
("python" ,python-wrapper)
|
||||
;; 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)
|
||||
("zlib" ,zlib)))
|
||||
(arguments
|
||||
'(#:phases
|
||||
|
|
Loading…
Reference in a new issue