[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
- branch core-updates updated (8c14f7f -> db65a4f), guix-commits, 2019/03/23
- 02/07: gnu: stb: Update snapshot., guix-commits, 2019/03/23
- 01/07: gnu: fontforge: Build against Python 3.,
guix-commits <=
- 04/07: gnu: poppler: Update to 0.75.0., guix-commits, 2019/03/23
- 03/07: gnu: Python: Remove bundled libraries., guix-commits, 2019/03/23
- 07/07: gnu: python-mako: Update to 1.0.8., guix-commits, 2019/03/23
- 05/07: gnu: libgpg-error: Update to 1.36., guix-commits, 2019/03/23
- 06/07: gnu: python-pytest: Update to 4.3.1., guix-commits, 2019/03/23