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
@ -106,7 +106,7 @@ of LIBC."
|
||||
|
||||
;; '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 New Issue
Block a user