From patchwork Thu Mar 10 12:31:16 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon South X-Patchwork-Id: 37725 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 1102F27BBEA; Thu, 10 Mar 2022 13:22:44 +0000 (GMT) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-3.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_MSPIKE_H5,RCVD_IN_MSPIKE_WL,SPF_HELO_PASS autolearn=unavailable autolearn_force=no version=3.4.6 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id DD4ED27BBE9 for ; Thu, 10 Mar 2022 13:22:43 +0000 (GMT) Received: from localhost ([::1]:42128 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nSIkc-0006T1-US for patchwork@mira.cbaines.net; Thu, 10 Mar 2022 08:22:42 -0500 Received: from eggs.gnu.org ([209.51.188.92]:37414) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nSHxa-0000PM-Ku for guix-patches@gnu.org; Thu, 10 Mar 2022 07:32:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:39645) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nSHxa-0002ag-CL for guix-patches@gnu.org; Thu, 10 Mar 2022 07:32:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nSHxa-00014k-9G for guix-patches@gnu.org; Thu, 10 Mar 2022 07:32:02 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#54327] [PATCH 1/3] gnu: sdcc: Remove input labels. Resent-From: Simon South Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 10 Mar 2022 12:32:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 54327 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 54327@debbugs.gnu.org Received: via spool by 54327-submit@debbugs.gnu.org id=B54327.16469154942721 (code B ref 54327); Thu, 10 Mar 2022 12:32:02 +0000 Received: (at 54327) by debbugs.gnu.org; 10 Mar 2022 12:31:34 +0000 Received: from localhost ([127.0.0.1]:33539 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nSHx8-0000hS-6b for submit@debbugs.gnu.org; Thu, 10 Mar 2022 07:31:34 -0500 Received: from mailout.easymail.ca ([64.68.200.34]:54310) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nSHx5-0000at-Te for 54327@debbugs.gnu.org; Thu, 10 Mar 2022 07:31:32 -0500 Received: from localhost (localhost [127.0.0.1]) by mailout.easymail.ca (Postfix) with ESMTP id 2F6D6EAFC1 for <54327@debbugs.gnu.org>; Thu, 10 Mar 2022 12:31:26 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at emo01-pco.easydns.vpn Received: from mailout.easymail.ca ([127.0.0.1]) by localhost (emo01-pco.easydns.vpn [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 5KsF1ecQJBgO for <54327@debbugs.gnu.org>; Thu, 10 Mar 2022 12:31:26 +0000 (UTC) Received: from laptop.simonsouth.net (23-233-96-244.cpe.pppoe.ca [23.233.96.244]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mailout.easymail.ca (Postfix) with ESMTPSA id F41B2EAFB9 for <54327@debbugs.gnu.org>; Thu, 10 Mar 2022 12:31:25 +0000 (UTC) From: Simon South Date: Thu, 10 Mar 2022 07:31:16 -0500 Message-Id: <2310eb277a2d96aa929e74f547f24a87c4f4f9cd.1646911417.git.simon@simonsouth.net> X-Mailer: git-send-email 2.25.2 In-Reply-To: References: MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches * gnu/packages/embedded.scm (sdcc)[native-inputs]: Remove input labels. --- gnu/packages/embedded.scm | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/gnu/packages/embedded.scm b/gnu/packages/embedded.scm index f7573618b9..27205ef917 100644 --- a/gnu/packages/embedded.scm +++ b/gnu/packages/embedded.scm @@ -1546,12 +1546,7 @@ (define-public sdcc (patches (search-patches "sdcc-disable-non-free-code.patch")))) (build-system gnu-build-system) (native-inputs - `(("bison" ,bison) - ("boost" ,boost) - ("flex" ,flex) - ("python-2" ,python-2) - ("texinfo" ,texinfo) - ("zlib" ,zlib))) + (list bison boost flex python-2 texinfo zlib)) (arguments `(;; GPUTILS is required for the PIC ports, but the licensing status of ;; some of the files contained in its distribution is unclear (see