mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: glibc: Change 'LOCPATH' specification to look for "lib/locale".
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)[native-search-paths]: Change "share/locale" to "lib/locale".
This commit is contained in:
parent
945562d469
commit
8a00b93027
1 changed files with 1 additions and 1 deletions
|
@ -492,7 +492,7 @@ (define-public glibc
|
|||
;; primarily in build environments.
|
||||
(list (search-path-specification
|
||||
(variable "LOCPATH")
|
||||
(files '("share/locale")))))
|
||||
(files '("lib/locale")))))
|
||||
|
||||
(synopsis "The GNU C Library")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue