gnu: python-2.7: Enable UCS-4 Unicode encoding.

* gnu/packages/python.scm (python-2.7)[arguments]: Modify.
This commit is contained in:
Danny Milosavljevic 2017-01-23 00:31:59 +01:00
parent a639525256
commit a282d7ff17
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5

View file

@ -168,6 +168,7 @@ (define-public python-2.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"))