guix-commits
[Top][All Lists]
Advanced

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

01/07: gnu: fontforge: Build against Python 3.


From: guix-commits
Subject: 01/07: gnu: fontforge: Build against Python 3.
Date: Sat, 23 Mar 2019 18:28:02 -0400 (EDT)

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

commit 01a92a70c403ff0883733ec8ff0419f07d6b3ef4
Author: Marius Bakke <address@hidden>
Date:   Sun Mar 17 17:04:20 2019 +0100

    gnu: fontforge: Build against Python 3.
    
    * gnu/packages/fontutils.scm (fontforge)[inputs]: Change from PYTHON-2 to 
PYTHON.
---
 gnu/packages/fontutils.scm | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/gnu/packages/fontutils.scm b/gnu/packages/fontutils.scm
index 21f8c7d..0259e37 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



reply via email to

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