gnu: glibc-locales: Don't inherit 'move-static-libs' phase from glibc.
This is a follow-up to commit 6dff905e51
.
* gnu/packages/base.scm (glibc-locales)[arguments]: Delete failing
'move-static-libs' phase.
master
parent
e09bb8a4f6
commit
2bbd674ba0
|
@ -952,7 +952,8 @@ the 'share/locale' sub-directory of this package.")
|
||||||
(lambda _
|
(lambda _
|
||||||
(zero? (system* "make" "localedata/install-locales"
|
(zero? (system* "make" "localedata/install-locales"
|
||||||
"-j" (number->string (parallel-job-count))))))
|
"-j" (number->string (parallel-job-count))))))
|
||||||
(delete 'install)))
|
(delete 'install)
|
||||||
|
(delete 'move-static-libs)))
|
||||||
((#:configure-flags flags)
|
((#:configure-flags flags)
|
||||||
`(append ,flags
|
`(append ,flags
|
||||||
;; Use $(libdir)/locale/X.Y as is the case by default.
|
;; Use $(libdir)/locale/X.Y as is the case by default.
|
||||||
|
|
Reference in New Issue