From f8c1dba3d3e375bb97f64a4d29d07035bdb0f2a9 Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Thu, 12 Jan 2023 16:29:19 -0500 Subject: gnu: bc: Fix cross-compilation. The existing cross-compilation patch no longer worked. It's been reworked and submitted to upstream. * gnu/packages/algebra.scm (bc) [native-inputs]: Add readline. * gnu/packages/patches/bc-fix-cross-compilation.patch: Refresh patch. Series-postfix: core-updates Series-to: 60760@debbugs.gnu.org --- gnu/packages/algebra.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages/algebra.scm') diff --git a/gnu/packages/algebra.scm b/gnu/packages/algebra.scm index e093056e0d..620bd5c355 100644 --- a/gnu/packages/algebra.scm +++ b/gnu/packages/algebra.scm @@ -685,7 +685,7 @@ (define-public bc (patches (search-patches "bc-fix-cross-compilation.patch")))) (build-system gnu-build-system) (native-inputs - (list automake autoconf ed flex texinfo)) + (list automake autoconf ed flex readline texinfo)) (inputs (list readline)) (arguments -- cgit v1.2.3