all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [PATCH python-tests] gnu: python-2.7: Enable UCS-4 Unicode encoding.
@ 2017-01-22 23:31 Danny Milosavljevic
  2017-01-23  3:55 ` Maxim Cournoyer
  2017-01-23 16:30 ` Marius Bakke
  0 siblings, 2 replies; 7+ messages in thread
From: Danny Milosavljevic @ 2017-01-22 23:31 UTC (permalink / raw)
  To: guix-devel

* gnu/packages/python.scm (python-2.7)[arguments]: Modify.
---
 gnu/packages/python.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index fd423d311..6caaeaaf8 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -170,6 +170,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"))
 

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2017-01-24 21:08 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-22 23:31 [PATCH python-tests] gnu: python-2.7: Enable UCS-4 Unicode encoding Danny Milosavljevic
2017-01-23  3:55 ` Maxim Cournoyer
2017-01-23 16:30 ` Marius Bakke
2017-01-23 22:41   ` Ludovic Courtès
2017-01-23 23:46     ` Danny Milosavljevic
2017-01-24  8:27       ` Hartmut Goebel
2017-01-24 21:08       ` Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.