From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51710) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g4Sxy-0007sf-0F for guix-patches@gnu.org; Mon, 24 Sep 2018 11:40:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g4Sxu-0000Qp-SC for guix-patches@gnu.org; Mon, 24 Sep 2018 11:40:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:47994) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1g4Sxu-0000Qf-OC for guix-patches@gnu.org; Mon, 24 Sep 2018 11:40:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1g4Sxu-0000Ia-KV for guix-patches@gnu.org; Mon, 24 Sep 2018 11:40:02 -0400 Subject: [bug#32811] [PATCH] enlightenment.scm: Fix initial locale and keyboard selection References: <20180923132224.1268-1-eisenmann@fn.de> In-Reply-To: <20180923132224.1268-1-eisenmann@fn.de> Resent-Message-ID: Date: Mon, 24 Sep 2018 17:39:03 +0200 From: eisenmann@fn.de MIME-Version: 1.0 Message-Id: <87c1e7471d626c89b2aae314eb4a1915@email.freenet.de> 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: Ludovic =?UTF-8?Q?Court=E8s?= Cc: 32811@debbugs.gnu.org Hello Ludo, > 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 e= xplicitly installing it, no languages are shown. Regards, Timo Eisenmann