From mboxrd@z Thu Jan 1 00:00:00 1970 From: Manolis Ragkousis Subject: Re: [PATCH] gnu: glibc: Rename linux-headers input to kernel-headers. Date: Fri, 15 Apr 2016 15:09:29 +0300 Message-ID: <5710D9F9.8000404@gmail.com> References: <570AA044.5010305@gmail.com> <871t69dxqj.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41409) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ar2Z5-0000kv-J2 for guix-devel@gnu.org; Fri, 15 Apr 2016 08:09:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ar2Z2-0003O4-B5 for guix-devel@gnu.org; Fri, 15 Apr 2016 08:09:35 -0400 In-Reply-To: <871t69dxqj.fsf@gnu.org> 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: =?UTF-8?Q?Ludovic_Court=c3=a8s?= Cc: guix-devel@gnu.org Hey Ludo, On 04/14/16 00:07, Ludovic Courtès wrote: >> * 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 ‘"linux-headers"’ in > cross-base.scm and make-bootstrap.scm, no? Well the occurrences of linux-headers in cross-base.scm and make-bootstrap.scm are not linked to the linux-headers input in base.scm. In both of those files the linux-headers input is replaced locally. I would prefer to change them in another patch containing some wip-hurd specific changes as well. WDYT? Manolis