~ruther/guix-local

a282d7ff174ccc13b3645359449af6052451c2a1 — Danny Milosavljevic 9 years ago a639525
gnu: python-2.7: Enable UCS-4 Unicode encoding.

* gnu/packages/python.scm (python-2.7)[arguments]: Modify.
1 files changed, 1 insertions(+), 0 deletions(-)

M gnu/packages/python.scm
M gnu/packages/python.scm => gnu/packages/python.scm +1 -0
@@ 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"))