aws-sdk-cpp: Fix credentials test
These require a home directory. http://hydra.nixos.org/build/54519006
This commit is contained in:
@@ -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 " " (
|
||||||
|
|||||||
Reference in New Issue
Block a user