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: cross-base: Add libc/hurd. Date: Wed, 19 Nov 2014 11:20:29 +0100 Message-ID: <878uj71ogi.fsf@gnu.org> References: <87ppdaeauo.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]:54800) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xr2NQ-0001PT-A9 for Guix-devel@gnu.org; Wed, 19 Nov 2014 05:20:53 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xr2NH-0004hi-6u for Guix-devel@gnu.org; Wed, 19 Nov 2014 05:20:44 -0500 Received: from hera.aquilenet.fr ([2a01:474::1]:32903) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xr2NG-0004hJ-VR for Guix-devel@gnu.org; Wed, 19 Nov 2014 05:20:35 -0500 In-Reply-To: (Manolis Ragkousis's message of "Sat, 1 Nov 2014 09:44:41 +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 Manolis Ragkousis skribis: > --- a/gnu/packages/hurd.scm > +++ b/gnu/packages/hurd.scm > @@ -150,7 +150,7 @@ Library and other user programs.") > (build-system gnu-build-system) > (inputs `(("glibc-hurd-headers" ,glibc/hurd-headers))) > (native-inputs > - `(("autoconf" ,autoconf-wrapper) > + `(("autoconf" ,(autoconf-wrapper)) > ("mig" ,mig))) Applied, thanks. Ludo=E2=80=99.