From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:42365) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ipffr-0006v3-Ii for guix-patches@gnu.org; Thu, 09 Jan 2020 16:49:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ipffq-0002LH-NW for guix-patches@gnu.org; Thu, 09 Jan 2020 16:49:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:47205) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ipffq-0002KM-Jd for guix-patches@gnu.org; Thu, 09 Jan 2020 16:49:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ipffq-0003a3-HO for guix-patches@gnu.org; Thu, 09 Jan 2020 16:49:02 -0500 Subject: [bug#39056] [PATCH] lint: Check for more packages which should be native. Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20200109153347.5886-1-dannym@scratchpost.org> Date: Thu, 09 Jan 2020 22:48:24 +0100 In-Reply-To: <20200109153347.5886-1-dannym@scratchpost.org> (Danny Milosavljevic's message of "Thu, 9 Jan 2020 16:33:47 +0100") Message-ID: <871rs8ti6v.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Danny Milosavljevic Cc: 39056@debbugs.gnu.org Hello, Danny Milosavljevic skribis: > * guix/lint.scm (check-inputs-should-be-native): Add autoconf, automake, > bison, dejagnu, desktop-file-utils, doxygen, flex, gettext, > googletest-source, groff, help2man, libtool, swig, qmake, qttools, > texinfo, xorg-server-for-tests. LGTM! > And yelp-tools > And gobject-introspection Those too. :-) Thanks, Ludo=E2=80=99.