mbakke pushed a commit to branch core-updates
in repository guix.

commit 2bbd674ba0f8c1e55274cdbc38e6880fc41c1285
Author: Marius Bakke <[email protected]>
Date:   Wed Dec 6 15:14:35 2017 +0100

    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.
---
 gnu/packages/base.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm
index 776a995..b7680d5 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -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.

Reply via email to