mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
Revert "gnu: glibc: Honor 'GUIX_LOCPATH'."
This reverts commitsfbb909ac7e
and2ebe938c2f
.
This commit is contained in:
parent
2ebe938c2f
commit
f211b2af67
4 changed files with 9 additions and 64 deletions
|
@ -484,7 +484,6 @@ store.")
|
|||
(patches (map search-patch
|
||||
'("glibc-ldd-x86_64.patch"
|
||||
"glibc-locale-incompatibility.patch"
|
||||
"glibc-guix-locpath.patch"
|
||||
"glibc-o-largefile.patch")))))
|
||||
(build-system gnu-build-system)
|
||||
|
||||
|
@ -615,13 +614,10 @@ store.")
|
|||
|
||||
(native-search-paths
|
||||
;; Search path for packages that provide locale data. This is useful
|
||||
;; primarily in build environments. Use 'GUIX_LOCPATH' rather than
|
||||
;; 'LOCPATH' to avoid interference with the host system's libc on foreign
|
||||
;; distros.
|
||||
;; primarily in build environments.
|
||||
(list (search-path-specification
|
||||
(variable "GUIX_LOCPATH")
|
||||
(files (list (string-append "lib/locale/" version)
|
||||
"lib/locale")))))
|
||||
(files '("lib/locale")))))
|
||||
|
||||
(synopsis "The GNU C Library")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue