gnu: glibc: Add search path specification for 'LOCPATH'.
* gnu/packages/base.scm (glibc)[native-search-paths]: New field.master
parent
fdaae61371
commit
d6718df416
|
@ -485,6 +485,13 @@ included.")
|
||||||
(native-inputs `(("texinfo" ,texinfo)
|
(native-inputs `(("texinfo" ,texinfo)
|
||||||
("perl" ,perl)))
|
("perl" ,perl)))
|
||||||
|
|
||||||
|
(native-search-paths
|
||||||
|
;; Search path for packages that provide locale data. This is useful
|
||||||
|
;; primarily in build environments.
|
||||||
|
(list (search-path-specification
|
||||||
|
(variable "LOCPATH")
|
||||||
|
(files '("share/locale")))))
|
||||||
|
|
||||||
(synopsis "The GNU C Library")
|
(synopsis "The GNU C Library")
|
||||||
(description
|
(description
|
||||||
"Any Unix-like operating system needs a C library: the library which
|
"Any Unix-like operating system needs a C library: the library which
|
||||||
|
|
Reference in New Issue