diff options
author | Danny Milosavljevic <dannym@scratchpost.org> | 2017-01-23 00:31:59 +0100 |
---|---|---|
committer | Danny Milosavljevic <dannym@scratchpost.org> | 2017-01-25 11:55:10 +0100 |
commit | a282d7ff174ccc13b3645359449af6052451c2a1 (patch) | |
tree | 78e1f93bba5a718f11f4594e526c543f82ddea17 /gnu | |
parent | a639525256aac5202f2e11c461cda39c126a38f6 (diff) | |
download | guix-a282d7ff174ccc13b3645359449af6052451c2a1.tar.gz |
gnu: python-2.7: Enable UCS-4 Unicode encoding.
* gnu/packages/python.scm (python-2.7)[arguments]: Modify.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 5feca2b68e..7e086139c9 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")) |