Use "normalized codesets" everywhere.
commitafd3d9316ce3c48cd7f7dbae64be0f8bcb756ba6
authorLudovic Courtès <ludo@gnu.org>
Sat, 3 Oct 2015 18:12:59 +0000 (3 20:12 +0200)
committerLudovic Courtès <ludo@gnu.org>
Sat, 3 Oct 2015 22:10:03 +0000 (4 00:10 +0200)
treee53fe41f65e71aae9257aa37d8e1fd9ad6706439
parent8a55e217ad3a6af96f9e05eb676616224fde509f
Use "normalized codesets" everywhere.

In other words, change "xx_YY.UTF-8" to "xx_YY.utf8".

* guix/profiles.scm (ca-certificate-bundle): Use "en_US.utf8" instead of
  "en_US.UTF-8".
* guix/packages.scm (patch-and-repack): Likewise.
* guix/build/gnu-build-system.scm (install-locale): Likewise.
* guix/build-system/gnu.scm (gnu-build, gnu-cross-build): Likewise.
* gnu/packages/python.scm (python-ipython): Likewise.
* gnu/packages/gawk.scm (gawk): Likewise.
* build-aux/hydra/demo-os.scm: Likewise.
* gnu/packages/guile.scm (guile-ncurses)[arguments]: Remove
  'change-locale' phase.
build-aux/hydra/demo-os.scm
gnu/packages/gawk.scm
gnu/packages/guile.scm
gnu/packages/python.scm
guix/build-system/gnu.scm
guix/build/gnu-build-system.scm
guix/packages.scm
guix/profiles.scm