guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: fontforge: Build with Python 2.


From: Ricardo Wurmus
Subject: 01/02: gnu: fontforge: Build with Python 2.
Date: Fri, 10 Aug 2018 03:15:06 -0400 (EDT)

rekado pushed a commit to branch core-updates
in repository guix.

commit 9611080117cc169ac9c5fba498f504f2431ef4d4
Author: Ricardo Wurmus <address@hidden>
Date:   Fri Aug 10 08:43:49 2018 +0200

    gnu: fontforge: Build with Python 2.
    
    * gnu/packages/fontutils.scm (fontforge)[inputs]: Replace python-wrapper 
with
    python-2.
---
 gnu/packages/fontutils.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/fontutils.scm b/gnu/packages/fontutils.scm
index 94cdc52..53b6355 100644
--- a/gnu/packages/fontutils.scm
+++ b/gnu/packages/fontutils.scm
@@ -536,7 +536,10 @@ definitions.")
              ("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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]