* 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:
@@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
buildInputs = [zlib ncurses readline];
|
||||
|
||||
LC_ALL = "en_US";
|
||||
LC_ALL = "C";
|
||||
|
||||
passthru = { inherit readline; };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user