forked from mirrors/nixpkgs
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
|
||||
export ${loaderVar}=$(pwd)/$i:''${${loaderVar}}
|
||||
done
|
||||
|
||||
export HOME=$TMPDIR
|
||||
'';
|
||||
|
||||
NIX_LDFLAGS = lib.concatStringsSep " " (
|
||||
|
|
Loading…
Reference in a new issue