guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: glibc: Change 'LOCPATH' specification to look for "lib/local


From: Ludovic Courtès
Subject: 01/01: gnu: glibc: Change 'LOCPATH' specification to look for "lib/locale".
Date: Wed, 25 Feb 2015 08:46:22 +0000

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

commit 8a00b93027ee185f251d878f46d9967e5ccdd99e
Author: Ludovic Courtès <address@hidden>
Date:   Wed Feb 25 09:46:13 2015 +0100

    gnu: glibc: Change 'LOCPATH' specification to look for "lib/locale".
    
    Suggested by Andreas Schwab <address@hidden>
    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".
---
 gnu/packages/base.scm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm
index a603688..dae9ff0 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -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



reply via email to

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