guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/04: gnu: glibc: Add search path specification for 'LOCPATH'.


From: Ludovic Courtès
Subject: 03/04: gnu: glibc: Add search path specification for 'LOCPATH'.
Date: Wed, 11 Feb 2015 13:20:42 +0000

civodul pushed a commit to branch core-updates
in repository guix.

commit d6718df416c93bad365b736cc466739e6c2b11df
Author: Ludovic Courtès <address@hidden>
Date:   Wed Feb 11 14:16:29 2015 +0100

    gnu: glibc: Add search path specification for 'LOCPATH'.
    
    * gnu/packages/base.scm (glibc)[native-search-paths]: New field.
---
 gnu/packages/base.scm |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm
index cb6269a..2de9bc2 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -485,6 +485,13 @@ included.")
    (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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]