all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Simon South <simon@simonsouth.net>
To: 54327@debbugs.gnu.org
Subject: [bug#54327] [PATCH 1/3] gnu: sdcc: Remove input labels.
Date: Thu, 10 Mar 2022 07:31:16 -0500	[thread overview]
Message-ID: <2310eb277a2d96aa929e74f547f24a87c4f4f9cd.1646911417.git.simon@simonsouth.net> (raw)
In-Reply-To: <cover.1646911417.git.simon@simonsouth.net>

* 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
-- 
2.34.0





  reply	other threads:[~2022-03-10 13:22 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-10 12:27 [bug#54327] [PATCH 0/3] gnu: sdcc: Update to 4.2.0 Simon South
2022-03-10 12:31 ` Simon South [this message]
2022-03-10 12:31 ` [bug#54327] [PATCH 2/3] gnu: sdcc: Build debugger with readline support Simon South
2022-03-10 12:31 ` [bug#54327] [PATCH 3/3] gnu: sdcc: Update to 4.2.0 Simon South
2022-03-11  7:40   ` Maxime Devos
2022-03-11  9:17     ` Simon South
2022-03-11 20:17       ` Maxime Devos
2022-03-11  7:42   ` Maxime Devos
2022-03-10 23:42 ` bug#54327: [PATCH 0/3] " Nicolas Goaziou

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2310eb277a2d96aa929e74f547f24a87c4f4f9cd.1646911417.git.simon@simonsouth.net \
    --to=simon@simonsouth.net \
    --cc=54327@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.