From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:32777) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ipZox-0005nx-Mi for guix-patches@gnu.org; Thu, 09 Jan 2020 10:34:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ipZow-0008FQ-IG for guix-patches@gnu.org; Thu, 09 Jan 2020 10:34:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:46974) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ipZow-0008EP-AV for guix-patches@gnu.org; Thu, 09 Jan 2020 10:34:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ipZow-0000NF-6u for guix-patches@gnu.org; Thu, 09 Jan 2020 10:34:02 -0500 Subject: [bug#39056] [PATCH] lint: Check for more packages which should be native. Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:60371) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ipZoq-0005bm-8H for guix-patches@gnu.org; Thu, 09 Jan 2020 10:33:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ipZoo-0007bU-Hv for guix-patches@gnu.org; Thu, 09 Jan 2020 10:33:55 -0500 Received: from dd26836.kasserver.com ([85.13.145.193]:57362) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ipZoo-0007Bh-8C for guix-patches@gnu.org; Thu, 09 Jan 2020 10:33:54 -0500 From: Danny Milosavljevic Date: Thu, 9 Jan 2020 16:33:47 +0100 Message-Id: <20200109153347.5886-1-dannym@scratchpost.org> MIME-Version: 1.0 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: 39056@debbugs.gnu.org Cc: Danny Milosavljevic * 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. --- guix/lint.scm | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/guix/lint.scm b/guix/lint.scm index e3544bd963..4e3aa2f00d 100644 --- a/guix/lint.scm +++ b/guix/lint.scm @@ -286,11 +286,23 @@ of a package, and INPUT-NAMES, a list of package sp= ecifications such as (let ((inputs (package-inputs package)) (input-names '("pkg-config" + "autoconf" + "automake" + "bison" "cmake" + "dejagnu" + "desktop-file-utils" + "doxygen" "extra-cmake-modules" + "flex" + "gettext" "glib:bin" + "googletest-source" + "groff" + "help2man" "intltool" "itstool" + "libtool" "qttools" "yasm" "nasm" "fasm" "python-coverage" "python2-coverage" @@ -302,7 +314,12 @@ of a package, and INPUT-NAMES, a list of package spe= cifications such as "python-pytest" "python2-pytest" "python-pytest-cov" "python2-pytest-cov" "python-setuptools-scm" "python2-setuptools-scm" - "python-sphinx" "python2-sphinx"))) + "python-sphinx" "python2-sphinx" + "swig" + "qmake" + "qttools" + "texinfo" + "xorg-server-for-tests"))) (map (lambda (input) (make-warning package