From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH 0/2] gnu: kbd: Update to 2.0.3. Date: Fri, 8 Apr 2016 18:59:29 -0400 Message-ID: <20160408225928.GC13118@jasmine> References: <1460142576-14149-1-git-send-email-alezost@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35748) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aofN0-0002Ep-Q8 for guix-devel@gnu.org; Fri, 08 Apr 2016 18:59:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aofMx-0002LV-Kf for guix-devel@gnu.org; Fri, 08 Apr 2016 18:59:18 -0400 Received: from out5-smtp.messagingengine.com ([66.111.4.29]:58237) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aofMx-0002LR-HO for guix-devel@gnu.org; Fri, 08 Apr 2016 18:59:15 -0400 Content-Disposition: inline In-Reply-To: <1460142576-14149-1-git-send-email-alezost@gmail.com> 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: Alex Kost Cc: guix-devel@gnu.org On Fri, Apr 08, 2016 at 10:09:34PM +0300, Alex Kost wrote: > As reported by quiliro on #guix, currently "loadkeys dvorak-es" > errors giving: > > cannot open include file euro > > Updating 'kbd' package to the latest version fixes this problem. > > I suppose it's ok to commit it to master, right? Looks straightforward! > > For the records, the fix was simple: > https://git.kernel.org/cgit/linux/kernel/git/legion/kbd.git/commit/data/keymaps?id=6fa56d7594aca7e936523282871e87463560aff4 > > [PATCH 1/2] gnu: kbd: Use 'modify-phases'. > [PATCH 2/2] gnu: kbd: Update to 2.0.3. >