From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mathieu Othacehe Subject: Re: [PATCH 6/6] gnu: nethack: Make some inputs native. Date: Wed, 01 Apr 2020 16:06:01 +0200 Message-ID: <87eet7cncm.fsf@gmail.com> References: <20200331220439.3828-1-vincent.legoll@gmail.com> <20200331220439.3828-6-vincent.legoll@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:47637) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jJe0Q-0004i2-DN for guix-devel@gnu.org; Wed, 01 Apr 2020 10:06:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jJe0P-0001kd-BN for guix-devel@gnu.org; Wed, 01 Apr 2020 10:06:10 -0400 Received: from mail-wm1-x344.google.com ([2a00:1450:4864:20::344]:37462) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jJe0P-0001iU-2l for guix-devel@gnu.org; Wed, 01 Apr 2020 10:06:09 -0400 Received: by mail-wm1-x344.google.com with SMTP id j19so7384340wmi.2 for ; Wed, 01 Apr 2020 07:06:09 -0700 (PDT) Received: from meru ([2a01:cb18:832e:5f00:75c3:1709:597b:7112]) by smtp.gmail.com with ESMTPSA id o145sm2909335wme.42.2020.04.01.07.06.02 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 01 Apr 2020 07:06:02 -0700 (PDT) In-reply-to: <20200331220439.3828-6-vincent.legoll@gmail.com> 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-mx.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org > + (native-inputs > + `(("bison" ,bison) > + ("flex" ,flex))) > (inputs > `(("ncurses" ,ncurses) > - ("bison" ,bison) > - ("flex" ,flex) > ("less" ,less))) > (build-system gnu-build-system) > (arguments This one LGTM but it doesn't apply on master. Could you please send an updated serie? Thanks for your work! Mathieu