[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: python-2.7: Enable UCS-4 Unicode encoding.
From: |
Danny Milosavljevic |
Subject: |
01/01: gnu: python-2.7: Enable UCS-4 Unicode encoding. |
Date: |
Wed, 25 Jan 2017 10:55:36 +0000 (UTC) |
dannym pushed a commit to branch core-updates
in repository guix.
commit a282d7ff174ccc13b3645359449af6052451c2a1
Author: Danny Milosavljevic <address@hidden>
Date: Mon Jan 23 00:31:59 2017 +0100
gnu: python-2.7: Enable UCS-4 Unicode encoding.
* gnu/packages/python.scm (python-2.7)[arguments]: Modify.
---
gnu/packages/python.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 5feca2b..7e08613 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -168,6 +168,7 @@
(list "--enable-shared" ;allow embedding
"--with-system-ffi" ;build ctypes
"--with-ensurepip=install" ;install pip and setuptools
+ "--enable-unicode=ucs4"
(string-append "LDFLAGS=-Wl,-rpath="
(assoc-ref %outputs "out") "/lib"))