me
/
guix
Archived
1
0
Fork 0

gnu: glibc-locales: Install to lib/locales.

Suggested by Andreas Schwab <schwab@linux-m68k.org>
at <http://lists.gnu.org/archive/html/guix-devel/2015-02/msg00652.html>.

* gnu/packages/base.scm (glibc-locales) <#:configure-flags>: Change
  "/share/locale" to "/lib/locale".
master
Ludovic Courtès 2015-02-25 00:11:18 +01:00
parent 61452a5ab1
commit b9e02a71a9
1 changed files with 2 additions and 1 deletions

View File

@ -551,9 +551,10 @@ the 'share/locale' sub-directory of this package.")
(alist-delete 'install ,phases)))
((#:configure-flags flags)
`(append ,flags
;; Use $(libdir)/locale as is the case by default.
(list (string-append "libc_cv_localedir="
(assoc-ref %outputs "out")
"/share/locale")))))))))
"/lib/locale")))))))))
(define-public tzdata
(package