Merge remote-tracking branch 'origin/master' into glibc-2.18

Conflicts:
	pkgs/development/libraries/glibc/2.17/locales.nix
This commit is contained in:
Eelco Dolstra
2013-12-03 09:22:24 -05:00
382 changed files with 5921 additions and 2389 deletions
@@ -8,8 +8,7 @@
{ stdenv, fetchurl, allLocales ? true, locales ? ["en_US.UTF-8/UTF-8"] }:
let build = import ./common.nix;
in
let build = import ./common.nix; in
build null {
name = "glibc-locales";
@@ -40,7 +39,7 @@ in
installPhase =
''
mkdir -p "$out/lib/locale"
cp -v "$TMPDIR/nix/store/"*"/lib/locale/locale-archive" "$out/lib/locale"
cp -v "$TMPDIR/$NIX_STORE/"*"/lib/locale/locale-archive" "$out/lib/locale"
'';
meta.description = "Locale information for the GNU C Library";