mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
build: guile-build-system: Remove "locales" implicit input.
This error was introduced by the removal of "locales" from the standard-packages in commit de9d6d12 (gnu: commencement: Remove ‘glibc-utf8-locales’ from ‘%final-inputs’."), which is made because glibc now embeds a C.UTF8 locale. * guix/build-system/guile.scm (lower): Remove the "locales" implicit input. Change-Id: Id28a95757309aba6a6be89b2c8a6e08847e35f58
This commit is contained in:
parent
9be6c34ce7
commit
2301a580e5
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ (define private-keywords
|
|||
,@native-inputs
|
||||
,@(if implicit-inputs?
|
||||
(map (cute assoc <> (standard-packages))
|
||||
'("tar" "gzip" "bzip2" "xz" "locales"))
|
||||
'("tar" "gzip" "bzip2" "xz"))
|
||||
'())))
|
||||
(outputs outputs)
|
||||
(build (if target guile-cross-build guile-build))
|
||||
|
|
Loading…
Reference in a new issue