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:
Josselin Poiret 2024-01-15 16:55:01 +01:00 committed by Ludovic Courtès
parent dc26246ef6
commit a0c1787816
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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