From mboxrd@z Thu Jan 1 00:00:00 1970 From: Manolis Ragkousis Subject: Re: [PATCH] gnu: Add glibc-hurd-headers Date: Mon, 14 Apr 2014 22:31:59 +0000 Message-ID: References: <87vbubzh7y.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]:48887) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WZpQ1-0001IG-K0 for Guix-devel@gnu.org; Mon, 14 Apr 2014 18:32:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WZpQ0-0005bs-Ty for Guix-devel@gnu.org; Mon, 14 Apr 2014 18:32:01 -0400 In-Reply-To: <87vbubzh7y.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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: =?UTF-8?Q?Ludovic_Court=C3=A8s?= Cc: Guix-devel@gnu.org > This looks good to me, but unnecessarily complex: get rid of > =E2=80=98substitute-keyword-arguments=E2=80=99: The problem is that we need the phases from the glibc package except the two I changed. I would end up just copying them. Is there a better way to use the inherited phases and just change the ones we need to? Manolis