mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: glibc: Add search path specification for 'LOCPATH'.
* gnu/packages/base.scm (glibc)[native-search-paths]: New field.
This commit is contained in:
parent
fdaae61371
commit
d6718df416
1 changed files with 7 additions and 0 deletions
|
@ -485,6 +485,13 @@ (define-public glibc
|
|||
(native-inputs `(("texinfo" ,texinfo)
|
||||
("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")
|
||||
(description
|
||||
"Any Unix-like operating system needs a C library: the library which
|
||||
|
|
Loading…
Reference in a new issue