mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
Fixing some of Veracity tests
svn path=/nixpkgs/trunk/; revision=29187
This commit is contained in:
parent
8351a946d2
commit
90d89bfe68
1 changed files with 2 additions and 1 deletions
|
@ -31,7 +31,8 @@ rec {
|
|||
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"];
|
||||
|
||||
|
|
Loading…
Reference in a new issue