mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: glibc-locales: Fix build.
Change-Id: I34112114b76e75cb2e517d0965286ba8c11a5d6c * gnu/packages/base.scm (make-glibc-locales): Delete the new glibc 'install-utf8-c-locale phase. Change-Id: I843ea0a4fb34dba42e3a2e5ceafb85db7060089f
This commit is contained in:
parent
dc26246ef6
commit
a0c1787816
1 changed files with 1 additions and 0 deletions
|
@ -1423,6 +1423,7 @@ to the @code{share/locale} sub-directory of this package.")
|
||||||
normalized)))))
|
normalized)))))
|
||||||
locales))))
|
locales))))
|
||||||
(delete 'install)
|
(delete 'install)
|
||||||
|
(delete 'install-utf8-c-locale)
|
||||||
(delete 'move-static-libs)))
|
(delete 'move-static-libs)))
|
||||||
((#:configure-flags flags)
|
((#:configure-flags flags)
|
||||||
`(append ,flags
|
`(append ,flags
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue