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 2/3] gnu: sdcc: Build debugger with readline support.
Date: Thu, 10 Mar 2022 07:31:17 -0500	[thread overview]
Message-ID: <cab9f7c634308bf341ec97a0aba60ef3aea6c3a1.1646911417.git.simon@simonsouth.net> (raw)
In-Reply-To: <cover.1646911417.git.simon@simonsouth.net>

* gnu/packages/embedded.scm (sdcc)[inputs]: Add readline.
---
 gnu/packages/embedded.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/embedded.scm b/gnu/packages/embedded.scm
index 27205ef917..65e0109891 100644
--- a/gnu/packages/embedded.scm
+++ b/gnu/packages/embedded.scm
@@ -62,6 +62,7 @@ (define-module (gnu packages embedded)
   #:use-module (gnu packages python-crypto)
   #:use-module (gnu packages python-web)
   #:use-module (gnu packages python-xyz)
+  #:use-module (gnu packages readline)
   #:use-module (gnu packages swig)
   #:use-module (gnu packages texinfo)
   #:use-module (gnu packages version-control)
@@ -1545,6 +1546,8 @@ (define-public sdcc
                   #t))
               (patches (search-patches "sdcc-disable-non-free-code.patch"))))
     (build-system gnu-build-system)
+    (inputs
+     (list readline))
     (native-inputs
      (list bison boost flex python-2 texinfo zlib))
     (arguments
-- 
2.34.0





  parent reply	other threads:[~2022-03-10 12:32 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 ` [bug#54327] [PATCH 1/3] gnu: sdcc: Remove input labels Simon South
2022-03-10 12:31 ` Simon South [this message]
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=cab9f7c634308bf341ec97a0aba60ef3aea6c3a1.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.