From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 1/4] lint: Add packages with suffix ':bin' to 'inputs-should-be-native'. Date: Wed, 20 Jul 2016 12:37:17 +0200 Message-ID: <87r3aobnoi.fsf@gnu.org> References: <20160719164916.6597-1-david@craven.ch> <20160719164916.6597-2-david@craven.ch> 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]:46041) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bPosY-0003KA-F5 for guix-devel@gnu.org; Wed, 20 Jul 2016 06:37:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bPosU-0005MA-9i for guix-devel@gnu.org; Wed, 20 Jul 2016 06:37:25 -0400 In-Reply-To: <20160719164916.6597-2-david@craven.ch> (David Craven's message of "Tue, 19 Jul 2016 18:49:13 +0200") 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: David Craven Cc: guix-devel@gnu.org Hi! David Craven skribis: > * guix/scripts/lint.scm (check-inputs-should-be-native): Check that packa= ges > with suffix ':bin' and 'intltool', 'itstool' are in native-inputs. I think packages with a =E2=80=9Cbin=E2=80=9D output are not always used as= native inputs, so I would drop this rule. However, the rule for intltool and itstool seems to make a lot of sense! Could you send an updated patch that leaves out the =E2=80=9Cbin=E2=80=9D p= art? Thanks! Ludo=E2=80=99.