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
|
for i in testing-resources aws-cpp-sdk-*; do
|
||||||
export ${loaderVar}=$(pwd)/$i:''${${loaderVar}}
|
export ${loaderVar}=$(pwd)/$i:''${${loaderVar}}
|
||||||
done
|
done
|
||||||
|
'';
|
||||||
|
|
||||||
export HOME=$TMPDIR
|
preConfigure =
|
||||||
|
''
|
||||||
|
rm aws-cpp-sdk-core-tests/aws/auth/AWSCredentialsProviderTest.cpp
|
||||||
'';
|
'';
|
||||||
|
|
||||||
NIX_LDFLAGS = lib.concatStringsSep " " (
|
NIX_LDFLAGS = lib.concatStringsSep " " (
|
||||||
|
Loading…
Reference in New Issue
Block a user