mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
locale: Use the native gzip and libc when building locales.
This fixes system cross-compilation. * gnu/system/locale.scm (single-locale-directory)[build]: Use the native GZIP and LIBC.
This commit is contained in:
parent
2050734717
commit
4daa7a85b4
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ (define build
|
|||
|
||||
;; 'localedef' executes 'gzip' to access compressed locale sources.
|
||||
(setenv "PATH"
|
||||
(string-append #$gzip "/bin:" #$libc "/bin"))
|
||||
(string-append #+gzip "/bin:" #+libc "/bin"))
|
||||
|
||||
(setvbuf (current-output-port) 'line)
|
||||
(setvbuf (current-error-port) 'line)
|
||||
|
|
Loading…
Reference in a new issue