mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 20:10:39 +02:00
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
This commit is contained in:
parent
70b7d19ecf
commit
f8c1dba3d3
2 changed files with 47 additions and 29 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue