Author: raskin
Date: Sun Sep 11 16:46:17 2011
New Revision: 29187
URL: https://ssl.nixos.org/websvn/nix/?rev=29187&sc=1

Log:
Fixing some of Veracity tests

Modified:
   nixpkgs/trunk/pkgs/applications/version-management/veracity/default.nix

Modified: 
nixpkgs/trunk/pkgs/applications/version-management/veracity/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/applications/version-management/veracity/default.nix     
Sun Sep 11 16:45:42 2011        (r29186)
+++ nixpkgs/trunk/pkgs/applications/version-management/veracity/default.nix     
Sun Sep 11 16:46:17 2011        (r29187)
@@ -31,7 +31,8 @@
     mkdir pseudo-home
     export HOME=$PWD/pseudo-home
     export LC_ALL=en_US.UTF-8
-    ${if a.stdenv.isLinux then "export 
LOCALE_ARCHIVE=${a.glibcLocales}/lib/locale-archive;" else ""}
+    export LANG=en_US.UTF-8
+    ${if a.stdenv.isLinux then "export 
LOCALE_ARCHIVE=${a.glibcLocales}/lib/locale/locale-archive;" else ""}
     make test || true
   '' else "") ["doMake" "minInit"];
 
_______________________________________________
nix-commits mailing list
nix-comm...@cs.uu.nl
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to