1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-25 11:40:30 +02:00

gnu: make-glibc-locales: Fix build on the Hurd.

* gnu/packages/base.scm (make-glibc-locales): Remove inherited phases from glibc.

Change-Id: I1400bd8396944780bf273148d0aaed909585fcb1
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Merges: #5842
This commit is contained in:
Yelninei
2026-01-23 10:53:22 +00:00
committed by Ludovic Courtès
parent 73e5fc3854
commit c7f7cdd321

View File

@@ -1445,6 +1445,10 @@ to the @code{share/locale} sub-directory of this package.")
"/" name "."
normalized)))))
locales))))
#$@(if (target-hurd?)
#~((delete 'augment-libc.so)
(delete 'create-machine-symlink))
#~())
(delete 'install)
(delete 'install-utf8-c-locale)
(delete 'move-static-libs)))