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: hurd: Add hurd-core-headers package. Date: Wed, 25 May 2016 23:56:17 +0200 Message-ID: <8760u194zi.fsf@gnu.org> References: <5604a36e-bd17-19f9-da9b-dd5cb7b896ed@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]:34133) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b5gmv-0000xr-UT for guix-devel@gnu.org; Wed, 25 May 2016 17:56:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b5gmr-0002YC-1u for guix-devel@gnu.org; Wed, 25 May 2016 17:56:25 -0400 In-Reply-To: <5604a36e-bd17-19f9-da9b-dd5cb7b896ed@gmail.com> (Manolis Ragkousis's message of "Tue, 24 May 2016 21:00:39 +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 00e9667898fbe8d81bc2ad374750de8f85e801af Mon Sep 17 00:00:00 2001 > From: Manolis Ragkousis > Date: Tue, 24 May 2016 20:42:59 +0300 > Subject: [PATCH] gnu: hurd: Add hurd-core-headers package. > > * gnu/packages/hurd.scm (hurd-core-headers): New variable. [...] > + (inputs `(("gnumach-headers" ,gnumach-headers) > + ("hurd-headers" ,hurd-headers) > + ("hurd-minimal" ,hurd-minimal))) > + (synopsis "Union of the Hurd headers and libs") s/libs/libraries/ But it=E2=80=99s only libihash and perhaps libstore, right? It=E2=80=99s a= bit surprising to find them in a =E2=80=9Cheaders=E2=80=9D package. > + (description > + "A union of the Mach and Hurd headers and the Hurd-minimal package ^ =E2=80=9CThis package contains the union=E2=80=A6=E2=80=9D > +which are needed for both glibc and gcc.") s/gcc/GCC/ OK for master with these changes! Thanks, Ludo=E2=80=99.