aws-sdk-cpp: Better fix for the failing credentials test
This commit is contained in:
parent
75933da882
commit
c1e5ca92b7
|
@ -43,8 +43,11 @@ in stdenv.mkDerivation rec {
|
|||
for i in testing-resources aws-cpp-sdk-*; do
|
||||
export ${loaderVar}=$(pwd)/$i:''${${loaderVar}}
|
||||
done
|
||||
'';
|
||||
|
||||
export HOME=$TMPDIR
|
||||
preConfigure =
|
||||
''
|
||||
rm aws-cpp-sdk-core-tests/aws/auth/AWSCredentialsProviderTest.cpp
|
||||
'';
|
||||
|
||||
NIX_LDFLAGS = lib.concatStringsSep " " (
|
||||
|
|
Loading…
Reference in New Issue