From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 2/2] gnu: Add the Hurd. Date: Thu, 13 Apr 2017 16:31:59 +0200 Message-ID: <87lgr4pee8.fsf@gnu.org> References: <20170408140657.654-1-manolis837@gmail.com> <20170408140657.654-2-manolis837@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]:35052) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cyfn3-000464-77 for guix-devel@gnu.org; Thu, 13 Apr 2017 10:32:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cyfmz-0001B2-Cy for guix-devel@gnu.org; Thu, 13 Apr 2017 10:32:05 -0400 In-Reply-To: <20170408140657.654-2-manolis837@gmail.com> (manolis's message of "Sat, 8 Apr 2017 17:06:57 +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: manolis837@gmail.com Cc: guix-devel@gnu.org Hey! manolis837@gmail.com skribis: > From: Manolis Ragkousis > > * gnu/packages/hurd.scm (hurd): New variable. > * gnu/packages/patches/hurd-fix-eth-multiplexer-dependency.patch: New fil= e. > * gnu/local.mk (dist_patch_DATA): Add it. [...] > + (synopsis "The kernel servers for the GNU operating system") > + (description > + "The Hurd is the kernel for the GNU system, a replacement and > +augmentation of standard Unix kernels. It is a collection of protocols = for > +system interaction (file systems, networks, authentication), and servers > +implementing them.") > + (license gpl2+))) Should we add a =E2=80=98supported-systems=E2=80=99 field here? I suppose = it can only be built natively on GNU/Hurd in practice. > diff --git a/gnu/packages/patches/hurd-fix-eth-multiplexer-dependency.pat= ch b/gnu/packages/patches/hurd-fix-eth-multiplexer-dependency.patch > new file mode 100644 > index 000000000..4a4b9c634 > --- /dev/null > +++ b/gnu/packages/patches/hurd-fix-eth-multiplexer-dependency.patch > @@ -0,0 +1,26 @@ > +From def663310ba75c46a6345983e9480abc425b1c94 Mon Sep 17 00:00:00 2001 > +From: Manolis Ragkousis > +Date: Sat, 8 Apr 2017 16:25:14 +0300 > +Subject: [PATCH] eth-multiplexer: Fix iohelp missing dependency. > + > +* eth-multiplexer/Makefile (HURDLIBS): Add iohelp. Please add a link to the upstream commit or discussion. OK with these changes, thank you! Ludo=E2=80=99.