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