* Using the en_US locale gives a lot of warnings (because we don't

have it without glibc-locales).

svn path=/nixpkgs/trunk/; revision=19940
This commit is contained in:
Eelco Dolstra 2010-02-11 16:18:14 +00:00
parent 76c8738552
commit 91184831a9

View File

@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
buildInputs = [zlib ncurses readline];
LC_ALL = "en_US";
LC_ALL = "C";
passthru = { inherit readline; };