1
Fork 0
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:
Maxim Cournoyer 2023-01-12 16:29:19 -05:00
parent 70b7d19ecf
commit f8c1dba3d3
No known key found for this signature in database
GPG key ID: 1260E46482E63562
2 changed files with 47 additions and 29 deletions

View file

@ -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