gnu: python-2.7: Enable UCS-4 Unicode encoding.
authorDanny Milosavljevic <dannym@scratchpost.org>
Sun, 22 Jan 2017 23:31:59 +0000 (00:31 +0100)
committerDanny Milosavljevic <dannym@scratchpost.org>
Wed, 25 Jan 2017 10:55:10 +0000 (11:55 +0100)
* gnu/packages/python.scm (python-2.7)[arguments]: Modify.

gnu/packages/python.scm

index 5feca2b..7e08613 100644 (file)
        (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"))