From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marius Bakke Subject: Re: [PATCH python-tests] gnu: python-2.7: Enable UCS-4 Unicode encoding. Date: Mon, 23 Jan 2017 17:30:18 +0100 Message-ID: <87sho968o5.fsf@kirby.i-did-not-set--mail-host-address--so-tickle-me> References: <20170122233159.2622-1-dannym@scratchpost.org> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45334) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cVhVk-0006zT-3b for guix-devel@gnu.org; Mon, 23 Jan 2017 11:30:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cVhVh-00083L-0u for guix-devel@gnu.org; Mon, 23 Jan 2017 11:30:28 -0500 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:41326) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cVhVg-00081n-NC for guix-devel@gnu.org; Mon, 23 Jan 2017 11:30:24 -0500 In-Reply-To: <20170122233159.2622-1-dannym@scratchpost.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Danny Milosavljevic , guix-devel@gnu.org --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Danny Milosavljevic writes: > * 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=3Dinstall" ;install pip and set= uptools > + "--enable-unicode=3Ducs4" > (string-append "LDFLAGS=3D-Wl,-rpath=3D" > (assoc-ref %outputs "out") "/lib")) >=20=20 Hi Danny, Can you push this to 'core-updates' instead? It will cause a rebuild of more than 2000 packages on 'python-tests' and invalidate almost all substitutes, and I would like to merge it sooner rather than later. Otherwise LGTM. I checked some other distros and they seem to have this enabled. Thanks! --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAliGL5oACgkQoqBt8qM6 VPq9mAf+Ljf8IUv0PE9W0y/aE4+8N8cBc8JylOZjyVPIW1aKKIzWSeMsnEmwIYRq 1LP/eee1l97z9/hTrjmRdSycPKONOa/iMNR5BfUsI25Rqb1q3u/EARB9DmHzzL8E NQhwr/PgXjHnpuZF2Mpkru+Wx8gjiR6ODUwn6lvDM9RQzDkH79ebeCDLYX6M/Y9V H6FA5BC/hgN2xAA0QkoAwkrlX3EKXaqK0Ter0qLQ6vprHjygtTcYUV+nLaaYrGrC c80fN+egpAmhONIqJ6WMu3lCFbckXwyORZJKILjpK2YJljjaUSDWcTaW+ExkVMwC 7VRPZjqF1/UuIkoJBjuyk+85dW5QVw== =9zi2 -----END PGP SIGNATURE----- --=-=-=--