gnu: python-2.7: Enable UCS-4 Unicode encoding.
* gnu/packages/python.scm (python-2.7)[arguments]: Modify.
This commit is contained in:
parent
a639525256
commit
a282d7ff17
|
@ -168,6 +168,7 @@
|
||||||
(list "--enable-shared" ;allow embedding
|
(list "--enable-shared" ;allow embedding
|
||||||
"--with-system-ffi" ;build ctypes
|
"--with-system-ffi" ;build ctypes
|
||||||
"--with-ensurepip=install" ;install pip and setuptools
|
"--with-ensurepip=install" ;install pip and setuptools
|
||||||
|
"--enable-unicode=ucs4"
|
||||||
(string-append "LDFLAGS=-Wl,-rpath="
|
(string-append "LDFLAGS=-Wl,-rpath="
|
||||||
(assoc-ref %outputs "out") "/lib"))
|
(assoc-ref %outputs "out") "/lib"))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue