mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02: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:
committed by
Ludovic Courtès
parent
dc26246ef6
commit
a0c1787816
@@ -1423,6 +1423,7 @@ to the @code{share/locale} sub-directory of this package.")
|
||||
normalized)))))
|
||||
locales))))
|
||||
(delete 'install)
|
||||
(delete 'install-utf8-c-locale)
|
||||
(delete 'move-static-libs)))
|
||||
((#:configure-flags flags)
|
||||
`(append ,flags
|
||||
|
||||
Reference in New Issue
Block a user