From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Fwd: [PATCH] gnu: hurd: Add Hurd Minimal. Date: Fri, 30 May 2014 18:06:24 +0200 Message-ID: <87lhtj5jzz.fsf@gnu.org> References: <87y4xq4vr2.fsf@gnu.org> <877g58rj1x.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]:53253) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WqPKB-0000wv-Dh for Guix-devel@gnu.org; Fri, 30 May 2014 12:06:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WqPK6-0001zG-Ak for Guix-devel@gnu.org; Fri, 30 May 2014 12:06:31 -0400 Received: from hera.aquilenet.fr ([2a01:474::1]:49756) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WqPK6-0001z3-41 for Guix-devel@gnu.org; Fri, 30 May 2014 12:06:26 -0400 In-Reply-To: (Manolis Ragkousis's message of "Thu, 29 May 2014 20:55:16 +0000") 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: Manolis Ragkousis Cc: Guix-devel@gnu.org Manolis Ragkousis skribis: > From dbb64e3e1d3e4b7f380c1dcea2b5ef283f64ea3c Mon Sep 17 00:00:00 2001 > From: Manolis Ragkousis > Date: Wed, 28 May 2014 22:07:43 +0000 > Subject: [PATCH] gnu: hurd: Add Hurd Minimal. > > * gnu/packages/hurd.scm (hurd-minimal): New variable. > * gnu/packages/patches/hurd-minimal.patch: New patch. > * gnu-system.am (dist_patch_DATA): Add it. Looks good to me! > + (uri (git-reference > + (url "git://git.savannah.gnu.org/hurd/hurd") > + (commit "353fe33eb2481a14dc324c7c2e52b2032df86465"))) Could you just upgrade to Hurd commit a5ca1de? That will allow you to get rid of part of hurd-minimal.patch. Then we=E2=80=99re all set, I swear! ;-) Thank you, Ludo=E2=80=99.