diff options
author | Ludovic Courtès <ludo@gnu.org> | 2015-03-21 21:58:04 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-03-21 21:58:04 +0100 |
commit | ec3b1c575d2d866646920490e849c4a0c708df60 (patch) | |
tree | d2fc7b23027bca21236f98a09d96721423d450c5 /gnu/packages/commencement.scm | |
parent | cf87cc894d6913e5c58a381890f920d7e1edf178 (diff) | |
download | guix-ec3b1c575d2d866646920490e849c4a0c708df60.tar guix-ec3b1c575d2d866646920490e849c4a0c708df60.tar.gz |
gnu: Use 'glibc-utf8-locales-final' in the default patching inputs.
* gnu/packages/commencement.scm (glibc-utf8-locales-final): Make public.
* guix/packages.scm (%standard-patch-inputs): Use
GLIBC-UTF8-LOCALES-FINAL instead of GLIBC-UTF8-LOCALES.
Diffstat (limited to 'gnu/packages/commencement.scm')
-rw-r--r-- | gnu/packages/commencement.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm index f312e1729c..d96a8237c3 100644 --- a/gnu/packages/commencement.scm +++ b/gnu/packages/commencement.scm @@ -616,7 +616,7 @@ store.") (current-source-location) #:guile %bootstrap-guile))) -(define glibc-utf8-locales-final +(define-public glibc-utf8-locales-final ;; Now that we have GUILE-FINAL, build the UTF-8 locales. They are needed ;; by the build processes afterwards so their 'scm_to_locale_string' works ;; with the full range of Unicode codepoints (remember |