From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul van der Walt Subject: Re: [PATCH 1/3] gnu: Add opusfile. Date: Wed, 21 Oct 2015 21:35:16 +0200 Message-ID: <87pp08rp57.fsf@denknerd.org> References: <1445253649-1582-1-git-send-email-paul@denknerd.org> <87io6081qf.fsf@gnu.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50208) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZozAX-0007AP-8i for guix-devel@gnu.org; Wed, 21 Oct 2015 15:35:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZozAT-0005RH-W4 for guix-devel@gnu.org; Wed, 21 Oct 2015 15:35:29 -0400 In-reply-to: <87io6081qf.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: Ludovic =?utf-8?Q?Court=C3=A8s?= Cc: guix-devel@gnu.org On 2015-10-21 at 21:23, quoth Ludovic Court=C3=A8s: >> + (inputs >> + `(("pkg-config" ,pkg-config) > > This one should be in =E2=80=98native-inputs=E2=80=99 (normally =E2=80=98= guix lint=E2=80=99 warns about > it.) > > OK to push with this change. Right, fixed and pushed. Is it surprising that it worked as i had it, though? Thanks for the go-ahead! p.