From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Kost Subject: Re: [PATCH 2/2] gnu: Add xfd. Date: Sat, 02 Jul 2016 20:50:50 +0300 Message-ID: <87mvm09bet.fsf@gmail.com> References: <20160630181824.20948-1-alezost@gmail.com> <20160630181824.20948-2-alezost@gmail.com> <87vb0ogo9w.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49859) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bJP4D-0001EI-UV for guix-devel@gnu.org; Sat, 02 Jul 2016 13:50:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bJP48-0001X2-Uq for guix-devel@gnu.org; Sat, 02 Jul 2016 13:50:56 -0400 In-Reply-To: <87vb0ogo9w.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Sat, 02 Jul 2016 15:31:07 +0200") 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: Ludovic =?utf-8?Q?Court=C3=A8s?= Cc: guix-devel@gnu.org Ludovic Court=C3=A8s (2016-07-02 16:31 +0300) wrote: > Alex Kost skribis: > >> * gnu/packages/xorg.scm (xfd): New variable. > > [...] > >> + (native-inputs >> + `(("gettext" ,gnu-gettext) > > Is Gettext really needed? I think so, without gettext the build fails. --=20 Alex