From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40346) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g4Wi8-0005LR-C3 for guix-patches@gnu.org; Mon, 24 Sep 2018 15:40:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g4WaQ-0004G8-Lv for guix-patches@gnu.org; Mon, 24 Sep 2018 15:32:03 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:48116) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1g4WaQ-0004G3-Gd for guix-patches@gnu.org; Mon, 24 Sep 2018 15:32:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1g4WaQ-0005yu-Cs for guix-patches@gnu.org; Mon, 24 Sep 2018 15:32:02 -0400 Subject: [bug#32811] [PATCH] enlightenment.scm: Fix initial locale and keyboard selection Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <87c1e7471d626c89b2aae314eb4a1915@email.freenet.de> Date: Mon, 24 Sep 2018 21:31:13 +0200 In-Reply-To: <87c1e7471d626c89b2aae314eb4a1915@email.freenet.de> (eisenmann's message of "Mon, 24 Sep 2018 17:39:03 +0200") Message-ID: <877ejau1z2.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: eisenmann@fn.de Cc: 32811@debbugs.gnu.org Hello Timo, eisenmann@fn.de skribis: >> Could you explain the effect of adding glibc as an input? Normally this >> is unnecessary because glibc is an implicit input. > > glibc provides locale, which enlightenment uses to list languages.Without= explicitly installing it, no languages are shown. OK, I see. However, =E2=80=98locale=E2=80=99 is already present in the bui= ld environment even without adding glibc explicitly. Thus I wonder what=E2=80= =99s happening. Do you happen to know what part of the Enlightenment code refers to the =E2=80=98locale=E2=80=99 command? Thank you, Ludo=E2=80=99.