aws-sdk-cpp: Better fix for the failing credentials test

This commit is contained in:
Eelco Dolstra 2017-06-16 20:25:05 +02:00
parent 75933da882
commit c1e5ca92b7
No known key found for this signature in database
GPG Key ID: 8170B4726D7198DE

View File

@ -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 " " (