From mboxrd@z Thu Jan 1 00:00:00 1970 From: Danny Milosavljevic Subject: [PATCH python-tests] gnu: python-2.7: Enable UCS-4 Unicode encoding. Date: Mon, 23 Jan 2017 00:31:59 +0100 Message-ID: <20170122233159.2622-1-dannym@scratchpost.org> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49590) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cVRcW-0002IJ-K1 for guix-devel@gnu.org; Sun, 22 Jan 2017 18:32:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cVRcS-0001CS-Mm for guix-devel@gnu.org; Sun, 22 Jan 2017 18:32:24 -0500 Received: from dd1012.kasserver.com ([85.13.128.8]:57172) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cVRcS-0001CJ-GY for guix-devel@gnu.org; Sun, 22 Jan 2017 18:32:20 -0500 List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org * 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 fd423d311..6caaeaaf8 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -170,6 +170,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"))