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
|
@ -492,7 +492,7 @@ included.")
|
||||||
;; primarily in build environments.
|
;; primarily in build environments.
|
||||||
(list (search-path-specification
|
(list (search-path-specification
|
||||||
(variable "LOCPATH")
|
(variable "LOCPATH")
|
||||||
(files '("share/locale")))))
|
(files '("lib/locale")))))
|
||||||
|
|
||||||
(synopsis "The GNU C Library")
|
(synopsis "The GNU C Library")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in New Issue