mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: cross-base: Add srfi-26 for glibc.
Fixes a regression introduced in
commit efc4eb1475
.
* gnu/packages/cross-base.scm (cross-libc)[arguments]: Add (srfi
srfi-26).
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
5c1c2254cb
commit
0158ca7fdd
1 changed files with 5 additions and 0 deletions
|
@ -323,6 +323,11 @@ (define xlinux-headers
|
||||||
;; itself.
|
;; itself.
|
||||||
#:implicit-cross-inputs? #f
|
#:implicit-cross-inputs? #f
|
||||||
|
|
||||||
|
;; We need SRFI 26.
|
||||||
|
#:modules ((guix build gnu-build-system)
|
||||||
|
(guix build utils)
|
||||||
|
(srfi srfi-26))
|
||||||
|
|
||||||
,@(package-arguments glibc))
|
,@(package-arguments glibc))
|
||||||
((#:configure-flags flags)
|
((#:configure-flags flags)
|
||||||
`(cons ,(string-append "--host=" target)
|
`(cons ,(string-append "--host=" target)
|
||||||
|
|
Loading…
Reference in a new issue