GNU bug report logs -
#54327
[PATCH 0/3] gnu: sdcc: Update to 4.2.0.
Previous Next
Reported by: Simon South <simon <at> simonsouth.net>
Date: Thu, 10 Mar 2022 12:28:01 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* 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
This bug report was last modified 3 years and 154 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.