diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-01-12 16:29:19 -0500 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-02-07 14:18:43 -0500 |
commit | f8c1dba3d3e375bb97f64a4d29d07035bdb0f2a9 (patch) | |
tree | 928c6b43f6eff665820137fe45576f68172538f8 /gnu/packages/algebra.scm | |
parent | 70b7d19ecf35ec27b169ea1ccc772d4a9ff7df93 (diff) |
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
Diffstat (limited to 'gnu/packages/algebra.scm')
-rw-r--r-- | gnu/packages/algebra.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ binary.") (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 |