mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 17:44:44 +00:00
Fixing some of Veracity tests
svn path=/nixpkgs/trunk/; revision=29187
This commit is contained in:
parent
8351a946d2
commit
90d89bfe68
@ -31,7 +31,8 @@ rec {
|
|||||||
mkdir pseudo-home
|
mkdir pseudo-home
|
||||||
export HOME=$PWD/pseudo-home
|
export HOME=$PWD/pseudo-home
|
||||||
export LC_ALL=en_US.UTF-8
|
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
|
make test || true
|
||||||
'' else "") ["doMake" "minInit"];
|
'' else "") ["doMake" "minInit"];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user