From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Craven Subject: Re: [PATCH 1/4] lint: Add packages with suffix ':bin' to 'inputs-should-be-native'. Date: Wed, 20 Jul 2016 12:50:49 +0200 Message-ID: References: <20160719164916.6597-1-david@craven.ch> <20160719164916.6597-2-david@craven.ch> <87r3aobnoi.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]:48787) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bPp5Z-0007dZ-Vj for guix-devel@gnu.org; Wed, 20 Jul 2016 06:50:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bPp5W-0008Jy-Rp for guix-devel@gnu.org; Wed, 20 Jul 2016 06:50:53 -0400 Received: from mail-yw0-x235.google.com ([2607:f8b0:4002:c05::235]:34569) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bPp5W-0008Js-Mp for guix-devel@gnu.org; Wed, 20 Jul 2016 06:50:50 -0400 Received: by mail-yw0-x235.google.com with SMTP id z8so19725865ywa.1 for ; Wed, 20 Jul 2016 03:50:50 -0700 (PDT) In-Reply-To: <87r3aobnoi.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" To: =?UTF-8?Q?Ludovic_Court=C3=A8s?= Cc: guix-devel Hi > 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. >From searching the code-base we have I couldn't find a counter example. Do you think it's ok to check for glib:bin specifically? Thanks David