From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] gnu: glibc: Rename linux-headers input to kernel-headers. Date: Wed, 13 Apr 2016 23:07:00 +0200 Message-ID: <871t69dxqj.fsf@gnu.org> References: <570AA044.5010305@gmail.com> 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]:43373) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aqS0C-0003vD-La for guix-devel@gnu.org; Wed, 13 Apr 2016 17:07:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aqS07-00014G-MM for guix-devel@gnu.org; Wed, 13 Apr 2016 17:07:08 -0400 In-Reply-To: <570AA044.5010305@gmail.com> (Manolis Ragkousis's message of "Sun, 10 Apr 2016 21:49:40 +0300") 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: Manolis Ragkousis Cc: guix-devel@gnu.org Manolis Ragkousis skribis: > From 2eefef2dea7fa6c027bfe611cfd6bb3a9d17fd94 Mon Sep 17 00:00:00 2001 > From: Manolis Ragkousis > Date: Sun, 10 Apr 2016 21:20:51 +0300 > Subject: [PATCH] gnu: glibc: Rename linux-headers input to kernel-headers. > > * gnu/packages/base.scm (glibc)[propagated-inputs]: Use a kernel > agnostic name for the kernel headers. > [arguments]: Adjust accordingly. > * gnu/packages/commencement.scm (glibc-final-with-bootstrap-bash) > [propagated-inputs]: Adjust accordingly. I think we also need to update the occurrences of =E2=80=98"linux-headers"= =E2=80=99 in cross-base.scm and make-bootstrap.scm, no? Thanks for working on it! Ludo=E2=80=99.