aws-sdk-cpp: Fix credentials test
These require a home directory. http://hydra.nixos.org/build/54519006
This commit is contained in:
parent
d4460acf05
commit
672d2dfbb8
@ -43,6 +43,8 @@ in stdenv.mkDerivation rec {
|
|||||||
for i in testing-resources aws-cpp-sdk-*; do
|
for i in testing-resources aws-cpp-sdk-*; do
|
||||||
export ${loaderVar}=$(pwd)/$i:''${${loaderVar}}
|
export ${loaderVar}=$(pwd)/$i:''${${loaderVar}}
|
||||||
done
|
done
|
||||||
|
|
||||||
|
export HOME=$TMPDIR
|
||||||
'';
|
'';
|
||||||
|
|
||||||
NIX_LDFLAGS = lib.concatStringsSep " " (
|
NIX_LDFLAGS = lib.concatStringsSep " " (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user