From debbugs-submit-bounces@debbugs.gnu.org Thu Mar 19 10:25:29 2020 Received: (at submit) by debbugs.gnu.org; 19 Mar 2020 14:25:29 +0000 Received: from localhost ([127.0.0.1]:43457 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jEw6y-000895-Vf for submit@debbugs.gnu.org; Thu, 19 Mar 2020 10:25:29 -0400 Received: from lists.gnu.org ([209.51.188.17]:39722) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jEw6x-00088s-1w for submit@debbugs.gnu.org; Thu, 19 Mar 2020 10:25:27 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:47640) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jEw6v-0004lZ-Tc for guix-patches@gnu.org; Thu, 19 Mar 2020 10:25:26 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jEw6u-0003z1-FU for guix-patches@gnu.org; Thu, 19 Mar 2020 10:25:25 -0400 Received: from mout-p-102.mailbox.org ([2001:67c:2050::465:102]:37380) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1jEw6u-0003uP-68 for guix-patches@gnu.org; Thu, 19 Mar 2020 10:25:24 -0400 Received: from smtp1.mailbox.org (smtp1.mailbox.org [IPv6:2001:67c:2050:105:465:1:1:0]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by mout-p-102.mailbox.org (Postfix) with ESMTPS id 48jq1r3qtQzKmTJ for ; Thu, 19 Mar 2020 15:25:20 +0100 (CET) X-Virus-Scanned: amavisd-new at heinlein-support.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brendan.scot; s=MBO0001; t=1584627918; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=SxxjTKPaatYUKcjwebvgbduJTjZoaouYGwh1lwxVRNA=; b=ll2BByUTvnpk78CjC72Ez2YrP0tmcI0whXy5kDK0s23Y3Pn/TAkBXihsWnacEeC2WhQA3t mm9uMXM2FwUYTZN30dm8SMlTd6FCG2IFHLoqq9rWINrreCfH+ZjLJZRyWl0B/eSvCCenIN yZO6zrnb9gwLRfmgB2/Js7jINzysqK92i03wM6So9H9DgmqIchij27QyuUHZCDqUaoAzrH QxVhqeuXmxPaZV5uho0U83Lm7Gv2S8M9Nhn9O7XnVdd0cVhtmWPfRUtlMMW87jBNF6yPiR 8CsIL/mIb0egvMEfoZKshgFb3LOyWtvaVZQ+xkbw8/wAarszka/HUnz7LvUBGQ== Received: from smtp1.mailbox.org ([80.241.60.240]) by hefe.heinlein-support.de (hefe.heinlein-support.de [91.198.250.172]) (amavisd-new, port 10030) with ESMTP id lxNg25DzpwQf for ; Thu, 19 Mar 2020 15:25:17 +0100 (CET) From: Brendan Tildesley To: guix-patches@gnu.org Subject: [PATCH 2/2] guix: lint: Ad scdoc as a suggested native input. Date: Fri, 20 Mar 2020 01:24:39 +1100 Message-Id: <20200319142439.4644-2-mail@brendan.scot> In-Reply-To: <20200319142439.4644-1-mail@brendan.scot> References: <20200319142439.4644-1-mail@brendan.scot> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2001:67c:2050::465:102 X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) * guix/lint.scm (check-inputs-should-be-native): Add scdoc. --- guix/lint.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/guix/lint.scm b/guix/lint.scm index 24fbf05202..40bddd0a41 100644 --- a/guix/lint.scm +++ b/guix/lint.scm @@ -317,6 +317,7 @@ of a package, and INPUT-NAMES, a list of package spec= ifications such as "python-pytest-cov" "python2-pytest-cov" "python-setuptools-scm" "python2-setuptools-scm" "python-sphinx" "python2-sphinx" + "scdoc" "swig" "qmake" "qttools" --=20 2.25.1