~ruther/guix-local

2bbd674ba0f8c1e55274cdbc38e6880fc41c1285 — Marius Bakke 8 years ago e09bb8a
gnu: glibc-locales: Don't inherit 'move-static-libs' phase from glibc.

This is a follow-up to commit 6dff905e51202bbdebbad8811b6509584d12a796.

* gnu/packages/base.scm (glibc-locales)[arguments]: Delete failing
'move-static-libs' phase.
1 files changed, 2 insertions(+), 1 deletions(-)

M gnu/packages/base.scm
M gnu/packages/base.scm => gnu/packages/base.scm +2 -1
@@ 952,7 952,8 @@ the 'share/locale' sub-directory of this package.")
               (lambda _
                 (zero? (system* "make" "localedata/install-locales"
                                 "-j" (number->string (parallel-job-count))))))
             (delete 'install)))
             (delete 'install)
             (delete 'move-static-libs)))
         ((#:configure-flags flags)
          `(append ,flags
                   ;; Use $(libdir)/locale/X.Y as is the case by default.